GET /api/bet_types/209ff316-6d22-43e9-bddc-53c8d199ab81/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "209ff316-6d22-43e9-bddc-53c8d199ab81",
    "match": "https://api-prod.gambitprofit.com/api/matches/a014c63b-d5e2-4314-a3f8-d892a3a693dc/?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": "Illinois",
                "amount": 6173.0
            },
            {
                "team": "Iowa",
                "amount": 3827.0
            }
        ],
        "expected_reward_tokens": 9567.5,
        "profit_sb": 67.5,
        "profit_sb_percentage": 0.71,
        "recommended": true
    },
    "lines": [
        {
            "id": "c782d28c-74fe-4fd3-8913-1c2c3ec82214",
            "gambit_id": "eab42f4e-5cec-4012-9c88-7d5e4ea2b6cd",
            "last_updated": "2022-10-11T11:32:05.848669-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Illinois",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/209ff316-6d22-43e9-bddc-53c8d199ab81/?format=api"
        },
        {
            "id": "732e19d4-e1c9-4dac-a7d2-4d5aa0353abf",
            "gambit_id": "b19ec8aa-81c2-41b8-aaea-c5a1a67f12f5",
            "last_updated": "2022-10-11T11:32:05.849665-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Iowa",
            "reward": "2.50000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/209ff316-6d22-43e9-bddc-53c8d199ab81/?format=api"
        }
    ]
}