GET /api/bet_types/b20e5ea4-d9d3-4321-8957-221bc60008e0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b20e5ea4-d9d3-4321-8957-221bc60008e0",
    "match": "https://api-prod.gambitprofit.com/api/matches/6215bf36-f783-4b99-afbe-8a9769b49830/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-23T09:07:02.786681-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Dallas Mavericks",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10800.0,
        "profit_sb": 1300.0,
        "profit_sb_percentage": 13.68,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Dallas Mavericks",
                "amount": 8782.0
            },
            {
                "team": "San Antonio Spurs",
                "amount": 1218.0
            }
        ],
        "expected_reward_tokens": 9484.56,
        "profit_sb": -15.44,
        "profit_sb_percentage": -0.16,
        "recommended": false
    },
    "lines": [
        {
            "id": "783a59f8-4ee4-4c45-a267-afec5ec671a0",
            "gambit_id": "fbaf28f2-dd03-4788-aa11-95441572925f",
            "last_updated": "2023-02-24T12:22:11.148209-05:00",
            "created_at": "2023-02-23T09:07:02.787831-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.08000",
            "odds": "1.08330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b20e5ea4-d9d3-4321-8957-221bc60008e0/?format=api"
        },
        {
            "id": "8df0cb71-c41a-415b-9df9-d7fb588a489d",
            "gambit_id": "94703a23-de01-4138-a288-98620dc6d18a",
            "last_updated": "2023-02-24T12:22:11.149361-05:00",
            "created_at": "2023-02-23T09:07:02.789072-05:00",
            "name": "San Antonio Spurs",
            "reward": "7.79000",
            "odds": "8.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b20e5ea4-d9d3-4321-8957-221bc60008e0/?format=api"
        }
    ]
}