GET /api/bet_types/2af6d511-5606-4d2a-bf5a-7cfdc45a13b2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2af6d511-5606-4d2a-bf5a-7cfdc45a13b2",
    "match": "https://api-prod.gambitprofit.com/api/matches/dc16a9ec-8f2d-428b-afaa-99017446a4a6/?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": "Northern Illinois",
                "amount": 5610.0
            },
            {
                "team": "Ohio",
                "amount": 4390.0
            }
        ],
        "expected_reward_tokens": 9480.9,
        "profit_sb": -19.1,
        "profit_sb_percentage": -0.2,
        "recommended": false
    },
    "lines": [
        {
            "id": "7f7c26cf-75dc-497b-89e5-ac7b2beb1b46",
            "gambit_id": "d022c4f1-6d41-4d7f-a824-6860f0d7d7af",
            "last_updated": "2022-10-23T12:52:21.810487-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Northern Illinois",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2af6d511-5606-4d2a-bf5a-7cfdc45a13b2/?format=api"
        },
        {
            "id": "f40176c5-fd13-4a78-af8f-df68611ab56f",
            "gambit_id": "c51d1598-e48a-42e9-aaa0-b8207120b52c",
            "last_updated": "2022-10-23T12:52:21.809397-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Ohio",
            "reward": "2.16000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2af6d511-5606-4d2a-bf5a-7cfdc45a13b2/?format=api"
        }
    ]
}