GET /api/bet_types/4ee2ce0b-7f6b-41b8-9d43-92f9263e5d4a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4ee2ce0b-7f6b-41b8-9d43-92f9263e5d4a",
    "match": "https://api-prod.gambitprofit.com/api/matches/4d58c67b-4926-4729-a674-401487de4491/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "TOR (J Berrios)",
                "amount": 6683.0
            },
            {
                "team": "CHC (J Assad)",
                "amount": 3317.0
            }
        ],
        "expected_reward_tokens": 9287.6,
        "profit_sb": 287.6,
        "profit_sb_percentage": 3.2,
        "recommended": true
    },
    "lines": [
        {
            "id": "2923b17b-d54b-4818-ba92-fe09fc9c7602",
            "gambit_id": "bd3c6126-e97a-4327-b902-c0c487e234ea",
            "last_updated": "2022-08-30T09:52:23.183401-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TOR (J Berrios)",
            "reward": "1.39000",
            "odds": "1.43480",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4ee2ce0b-7f6b-41b8-9d43-92f9263e5d4a/?format=api"
        },
        {
            "id": "a1980642-b46c-4271-beca-6c6419d17082",
            "gambit_id": "5518fdba-0f7c-4cf4-ad84-7ec69f89ca76",
            "last_updated": "2022-08-30T09:52:23.183760-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CHC (J Assad)",
            "reward": "2.80000",
            "odds": "3.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4ee2ce0b-7f6b-41b8-9d43-92f9263e5d4a/?format=api"
        }
    ]
}