GET /api/bet_types/43be1be9-728a-4f7e-b0f3-170d8d81dd9f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "43be1be9-728a-4f7e-b0f3-170d8d81dd9f",
    "match": "https://api-prod.gambitprofit.com/api/matches/cdb7d4bc-020d-44fb-9de7-7ba4aa0fc1a2/?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": "Bowling Green",
                "amount": 6482.0
            },
            {
                "team": "Western Michigan",
                "amount": 3518.0
            }
        ],
        "expected_reward_tokens": 9074.8,
        "profit_sb": 74.8,
        "profit_sb_percentage": 0.83,
        "recommended": true
    },
    "lines": [
        {
            "id": "f9ef2174-9221-464a-a727-e4d46b4b5a53",
            "gambit_id": "1caf23a3-6466-4e47-bc56-a119163f0de8",
            "last_updated": "2022-11-03T09:24:01.441454-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Bowling Green",
            "reward": "1.40000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/43be1be9-728a-4f7e-b0f3-170d8d81dd9f/?format=api"
        },
        {
            "id": "5c04939a-a86f-4e75-93c4-57b13c650530",
            "gambit_id": "d37e2cb2-caeb-41cf-b66e-53e2da101b01",
            "last_updated": "2022-11-03T09:24:01.442372-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Western Michigan",
            "reward": "2.58000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/43be1be9-728a-4f7e-b0f3-170d8d81dd9f/?format=api"
        }
    ]
}