GET /api/bet_types/9a7f5436-79d7-4c30-80ea-e70e9af144c2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9a7f5436-79d7-4c30-80ea-e70e9af144c2",
    "match": "https://api-prod.gambitprofit.com/api/matches/c543b98c-333e-4b6b-8b69-8903bd341b95/?format=api",
    "name": "Pick the Winner",
    "created_at": "2022-12-27T08:57:17.688759-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": "Golden State Warriors",
                "amount": 6324.0
            },
            {
                "team": "Charlotte Hornets",
                "amount": 3676.0
            }
        ],
        "expected_reward_tokens": 9042.96,
        "profit_sb": 42.96,
        "profit_sb_percentage": 0.48,
        "recommended": true
    },
    "lines": [
        {
            "id": "eefd5cf4-c757-4851-a5f3-23a02a8d4c88",
            "gambit_id": "e58cae6d-9576-49a7-8a10-3ec59ceeb030",
            "last_updated": "2022-12-28T21:27:14.129348-05:00",
            "created_at": "2022-12-27T08:57:17.689960-05:00",
            "name": "Golden State Warriors",
            "reward": "1.43000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9a7f5436-79d7-4c30-80ea-e70e9af144c2/?format=api"
        },
        {
            "id": "281cc820-2460-4843-87b1-3e50191c74f0",
            "gambit_id": "afea88f8-5756-4012-a170-9430fcdc7e97",
            "last_updated": "2022-12-28T21:27:14.130447-05:00",
            "created_at": "2022-12-27T08:57:17.691182-05:00",
            "name": "Charlotte Hornets",
            "reward": "2.46000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9a7f5436-79d7-4c30-80ea-e70e9af144c2/?format=api"
        }
    ]
}