GET /api/bet_types/c3070488-8b55-41c6-8b45-52e90809f8ec/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c3070488-8b55-41c6-8b45-52e90809f8ec",
    "match": "https://api-prod.gambitprofit.com/api/matches/639d1500-c951-4e25-b1d0-6fc55283439f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-26T11:52:13.321571-04: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": "NYM (M Scherzer)",
                "amount": 6442.0
            },
            {
                "team": "COL (C Seabold)",
                "amount": 3558.0
            }
        ],
        "expected_reward_tokens": 9534.16,
        "profit_sb": 34.16,
        "profit_sb_percentage": 0.36,
        "recommended": true
    },
    "lines": [
        {
            "id": "52001e52-0575-4c72-878c-49ca1e202ed5",
            "gambit_id": "fa20040d-7978-4d0e-b42a-bdcff7badfbe",
            "last_updated": "2023-05-27T16:17:17.330435-04:00",
            "created_at": "2023-05-26T11:52:13.325058-04:00",
            "name": "NYM (M Scherzer)",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c3070488-8b55-41c6-8b45-52e90809f8ec/?format=api"
        },
        {
            "id": "9dbb0527-147f-42f7-8648-4e3c2fadf2da",
            "gambit_id": "f93682fa-fc34-4e8c-bd2c-b942bc1a2cf8",
            "last_updated": "2023-05-27T16:17:17.333287-04:00",
            "created_at": "2023-05-26T11:52:13.327977-04:00",
            "name": "COL (C Seabold)",
            "reward": "2.68000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c3070488-8b55-41c6-8b45-52e90809f8ec/?format=api"
        }
    ]
}