GET /api/bet_types/eb1f4a28-b3f7-4f61-9be2-f8257a22cf8b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "eb1f4a28-b3f7-4f61-9be2-f8257a22cf8b",
    "match": "https://api-prod.gambitprofit.com/api/matches/451c4f57-59f9-4ed2-b8c8-15cd774dbe13/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-08T09:02:00.963792-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": "LAA (T Anderson)",
                "amount": 5527.0
            },
            {
                "team": "TOR (J Berrios)",
                "amount": 4473.0
            }
        ],
        "expected_reward_tokens": 9616.95,
        "profit_sb": 116.95,
        "profit_sb_percentage": 1.23,
        "recommended": true
    },
    "lines": [
        {
            "id": "e520cf76-40bd-4c1f-aec2-e914f70ef23f",
            "gambit_id": "583f43b3-a00d-45f3-9928-ff4160e5efbb",
            "last_updated": "2023-04-09T11:22:10.534889-04:00",
            "created_at": "2023-04-08T09:02:00.965354-04:00",
            "name": "LAA (T Anderson)",
            "reward": "1.74000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eb1f4a28-b3f7-4f61-9be2-f8257a22cf8b/?format=api"
        },
        {
            "id": "f21a0bfb-1606-4528-8806-261e4726c53a",
            "gambit_id": "c7c25b15-58d3-45aa-80a7-e6e693419d53",
            "last_updated": "2023-04-09T11:22:10.537489-04:00",
            "created_at": "2023-04-08T09:02:00.966999-04:00",
            "name": "TOR (J Berrios)",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eb1f4a28-b3f7-4f61-9be2-f8257a22cf8b/?format=api"
        }
    ]
}