GET /api/bet_types/1826e582-ec32-48ea-b140-9021578d7ae4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1826e582-ec32-48ea-b140-9021578d7ae4",
    "match": "https://api-prod.gambitprofit.com/api/matches/2502dcc7-b181-4719-9fe6-ad41c240f45e/?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": "Texas",
                "amount": 7189.0
            },
            {
                "team": "West Virginia",
                "amount": 2811.0
            }
        ],
        "expected_reward_tokens": 9416.85,
        "profit_sb": -83.15,
        "profit_sb_percentage": -0.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "9eebc894-c2b1-4177-985c-3a82a07aa4d5",
            "gambit_id": "13a21c17-15a6-4f94-8b9e-393836fe7b84",
            "last_updated": "2022-10-03T11:12:31.604076-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Texas",
            "reward": "1.31000",
            "odds": "1.33330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1826e582-ec32-48ea-b140-9021578d7ae4/?format=api"
        },
        {
            "id": "ca147fa2-4414-4b90-9201-98c03cc714ea",
            "gambit_id": "73552671-dbd5-4fa1-bad1-36ef3738997e",
            "last_updated": "2022-10-03T11:12:31.605043-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "West Virginia",
            "reward": "3.35000",
            "odds": "3.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1826e582-ec32-48ea-b140-9021578d7ae4/?format=api"
        }
    ]
}