GET /api/bet_types/46f5922b-37e6-40d4-9294-5fd94efe4359/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "46f5922b-37e6-40d4-9294-5fd94efe4359",
    "match": "https://api-prod.gambitprofit.com/api/matches/24b0d452-ad8a-435d-99e6-29a1896a8b59/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-05T09:53:22.243813-04: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 (C Bassitt)",
                "amount": 6293.0
            },
            {
                "team": "OAK (K Waldichuk)",
                "amount": 3707.0
            }
        ],
        "expected_reward_tokens": 9564.06,
        "profit_sb": 64.06,
        "profit_sb_percentage": 0.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "b1542ae1-1bd0-435c-a963-abe8350a8ce3",
            "gambit_id": "bfeba4c8-c53f-4f8f-8c9f-a9517a8a127c",
            "last_updated": "2023-09-06T18:58:00.428622-04:00",
            "created_at": "2023-09-05T09:53:22.250046-04:00",
            "name": "TOR (C Bassitt)",
            "reward": "1.52000",
            "odds": "1.54050",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/46f5922b-37e6-40d4-9294-5fd94efe4359/?format=api"
        },
        {
            "id": "35123d2f-fbcd-49d5-955f-500c6a712241",
            "gambit_id": "dc46601b-2c21-4acb-ad01-e865c54a239d",
            "last_updated": "2023-09-06T18:58:00.431986-04:00",
            "created_at": "2023-09-05T09:53:22.256175-04:00",
            "name": "OAK (K Waldichuk)",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/46f5922b-37e6-40d4-9294-5fd94efe4359/?format=api"
        }
    ]
}