GET /api/bet_types/9c5bbed4-0521-43a7-8447-4be6d3422ed4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9c5bbed4-0521-43a7-8447-4be6d3422ed4",
    "match": "https://api-prod.gambitprofit.com/api/matches/783fb13e-0756-409a-b03a-bf84b75e704b/?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": "Alabama",
                "amount": 7847.0
            },
            {
                "team": "LSU",
                "amount": 2153.0
            }
        ],
        "expected_reward_tokens": 9257.9,
        "profit_sb": 257.9,
        "profit_sb_percentage": 2.87,
        "recommended": true
    },
    "lines": [
        {
            "id": "282ad512-2c6c-4f14-b8d6-b5c9ef1b1493",
            "gambit_id": "e5107a4c-f023-4530-bfaf-bbde37c90a9f",
            "last_updated": "2022-11-06T16:08:21.509076-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Alabama",
            "reward": "1.18000",
            "odds": "1.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9c5bbed4-0521-43a7-8447-4be6d3422ed4/?format=api"
        },
        {
            "id": "ae6ad0c6-136f-4107-9f18-107e9c379e04",
            "gambit_id": "8d6a3614-933a-4300-ade0-30d628605af4",
            "last_updated": "2022-11-06T16:08:21.508075-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LSU",
            "reward": "4.30000",
            "odds": "4.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9c5bbed4-0521-43a7-8447-4be6d3422ed4/?format=api"
        }
    ]
}