GET /api/bet_types/babe199d-330f-404a-8380-f58c4a51ff9a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "babe199d-330f-404a-8380-f58c4a51ff9a",
    "match": "https://api-prod.gambitprofit.com/api/matches/298ad4fc-655f-4700-ba03-3ccd36e3b185/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-06T08:38:18.709122-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": "LOS (L Lynn)",
                "amount": 5117.0
            },
            {
                "team": "SDG (R Hill)",
                "amount": 4883.0
            }
        ],
        "expected_reward_tokens": 9568.79,
        "profit_sb": 68.79,
        "profit_sb_percentage": 0.72,
        "recommended": true
    },
    "lines": [
        {
            "id": "8c18f150-f31c-40d6-99ed-f8cfb41f5444",
            "gambit_id": "0fcaf2bc-56ef-4890-a495-45c798493b29",
            "last_updated": "2023-08-07T19:23:07.954601-04:00",
            "created_at": "2023-08-06T08:38:18.714278-04:00",
            "name": "LOS (L Lynn)",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/babe199d-330f-404a-8380-f58c4a51ff9a/?format=api"
        },
        {
            "id": "bd775983-9011-4619-8fad-ee79d040e282",
            "gambit_id": "98c84a56-6cdc-4404-8c16-dca090f21bfc",
            "last_updated": "2023-08-07T19:23:07.958006-04:00",
            "created_at": "2023-08-06T08:38:18.721365-04:00",
            "name": "SDG (R Hill)",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/babe199d-330f-404a-8380-f58c4a51ff9a/?format=api"
        }
    ]
}