ramesh,
Give this a try: I'm using the change function in this example because i have child properties, but you do not have to.
Let me know if you have any questions:
Controller:
[AcceptVerbs(HttpVerbs.Get)]
public JsonResult JsonGetTest1string teamId, string historicalPlayerId)
{
var data = GetSomeData();