GET /api/bet_types/6b7000e4-52d7-4749-a2fd-5ceb0e5cbde8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6b7000e4-52d7-4749-a2fd-5ceb0e5cbde8",
    "match": "https://api-prod.gambitprofit.com/api/matches/98de4fff-3026-4a43-9008-ca3f8be57c52/?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": "CLE (S Bieber)",
                "amount": 5684.0
            },
            {
                "team": "MIN (J Winder)",
                "amount": 4316.0
            }
        ],
        "expected_reward_tokens": 9321.76,
        "profit_sb": 321.76,
        "profit_sb_percentage": 3.58,
        "recommended": true
    },
    "lines": [
        {
            "id": "a7c49e97-8de5-4870-838c-96b45fa16626",
            "gambit_id": "f242b6a5-7a10-4ce7-b182-f26887908a7c",
            "last_updated": "2022-09-12T10:52:17.953494-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CLE (S Bieber)",
            "reward": "1.64000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6b7000e4-52d7-4749-a2fd-5ceb0e5cbde8/?format=api"
        },
        {
            "id": "8a05cde5-dbb0-4146-85e0-8e1ab92013a6",
            "gambit_id": "2098d182-4976-4793-bb59-b99c6c82c6d9",
            "last_updated": "2022-09-12T10:52:17.952515-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIN (J Winder)",
            "reward": "2.16000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6b7000e4-52d7-4749-a2fd-5ceb0e5cbde8/?format=api"
        }
    ]
}