GET /api/bet_types/56b2943a-70f8-4498-94d6-95f1fbdaaa96/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "56b2943a-70f8-4498-94d6-95f1fbdaaa96",
    "match": "https://api-prod.gambitprofit.com/api/matches/fca01d5a-9656-438d-ad44-30f1ba724b33/?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": "Indiana",
                "amount": 5109.0
            },
            {
                "team": "Illinois",
                "amount": 4891.0
            }
        ],
        "expected_reward_tokens": 9145.11,
        "profit_sb": 145.11,
        "profit_sb_percentage": 1.61,
        "recommended": true
    },
    "lines": [
        {
            "id": "f8896747-38b1-42da-8562-852533994fd8",
            "gambit_id": "69a0da89-9ce5-4316-8efd-63b41f955984",
            "last_updated": "2022-09-03T11:17:09.702389-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Indiana",
            "reward": "1.79000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/56b2943a-70f8-4498-94d6-95f1fbdaaa96/?format=api"
        },
        {
            "id": "4e0d95b9-8655-4dd7-8cca-11db4821621a",
            "gambit_id": "93c8aca3-c6bd-46d0-9858-631d7dbb3250",
            "last_updated": "2022-09-03T11:17:09.702822-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Illinois",
            "reward": "1.87000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/56b2943a-70f8-4498-94d6-95f1fbdaaa96/?format=api"
        }
    ]
}