GET /api/bet_types/1fa8787d-1bc9-453a-913c-16dfab5d58b9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1fa8787d-1bc9-453a-913c-16dfab5d58b9",
    "match": "https://api-prod.gambitprofit.com/api/matches/1da6db83-e7a6-4804-85b4-287613c35f49/?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": "UAB",
                "amount": 6650.0
            },
            {
                "team": "North Texas",
                "amount": 3350.0
            }
        ],
        "expected_reward_tokens": 9110.5,
        "profit_sb": 110.5,
        "profit_sb_percentage": 1.23,
        "recommended": true
    },
    "lines": [
        {
            "id": "934eeb97-e2d2-45e7-aa38-4db510fe7958",
            "gambit_id": "c1c6a3e8-698a-4d4a-9827-233c411de634",
            "last_updated": "2022-11-14T10:03:39.157010-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "UAB",
            "reward": "1.37000",
            "odds": "1.42550",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1fa8787d-1bc9-453a-913c-16dfab5d58b9/?format=api"
        },
        {
            "id": "6f5649c5-c131-4937-ae61-d443bfd507eb",
            "gambit_id": "d1aa0a82-c458-48fc-b3c2-fd1f0ebf9532",
            "last_updated": "2022-11-14T10:03:39.157969-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "North Texas",
            "reward": "2.72000",
            "odds": "2.95000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1fa8787d-1bc9-453a-913c-16dfab5d58b9/?format=api"
        }
    ]
}