GET /api/bet_types/dc8dad6c-937f-490a-b630-1b4f8a32665c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dc8dad6c-937f-490a-b630-1b4f8a32665c",
    "match": "https://api-prod.gambitprofit.com/api/matches/58acc7eb-a11f-47ad-9b52-c456e1c9c1fc/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-11T08:48:20.337703-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": 5541.0
            },
            {
                "team": "TEX (D Dunning)",
                "amount": 4459.0
            }
        ],
        "expected_reward_tokens": 9585.93,
        "profit_sb": 85.93,
        "profit_sb_percentage": 0.9,
        "recommended": true
    },
    "lines": [
        {
            "id": "ad80adbc-5a02-4cb2-88c7-6b1277c1937d",
            "gambit_id": "06cb654d-f2fe-495d-afaf-954f69742422",
            "last_updated": "2023-09-12T21:23:18.183918-04:00",
            "created_at": "2023-09-11T08:48:20.345483-04:00",
            "name": "TOR (C Bassitt)",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dc8dad6c-937f-490a-b630-1b4f8a32665c/?format=api"
        },
        {
            "id": "2468ed3b-f8f2-4a7c-b560-78eceb752ed6",
            "gambit_id": "a65ad5fc-9a25-48d9-9e13-d8be1860bb22",
            "last_updated": "2023-09-12T21:23:18.180680-04:00",
            "created_at": "2023-09-11T08:48:20.341547-04:00",
            "name": "TEX (D Dunning)",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dc8dad6c-937f-490a-b630-1b4f8a32665c/?format=api"
        }
    ]
}