GET /api/bet_types/8fa77d3b-c366-43d5-af98-356d8e23ccc9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8fa77d3b-c366-43d5-af98-356d8e23ccc9",
    "match": "https://api-prod.gambitprofit.com/api/matches/b12da709-5a37-487f-bad5-4a937971f16a/?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": "Oregon State",
                "amount": 5312.0
            },
            {
                "team": "Boise State",
                "amount": 4688.0
            }
        ],
        "expected_reward_tokens": 9188.48,
        "profit_sb": 188.48,
        "profit_sb_percentage": 2.09,
        "recommended": true
    },
    "lines": [
        {
            "id": "27b2205d-70c7-43d9-a9de-ce5638db2af3",
            "gambit_id": "0189ab54-9ad9-479c-b0ee-1b27d3fb45e3",
            "last_updated": "2022-09-05T09:27:17.454310-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Oregon State",
            "reward": "1.73000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8fa77d3b-c366-43d5-af98-356d8e23ccc9/?format=api"
        },
        {
            "id": "092bb7e0-60fa-4a25-be78-2b098ad373fd",
            "gambit_id": "c4601a69-aef8-4569-9240-2a7b09d4c749",
            "last_updated": "2022-09-05T09:27:17.455334-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Boise State",
            "reward": "1.96000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8fa77d3b-c366-43d5-af98-356d8e23ccc9/?format=api"
        }
    ]
}