GET /api/bet_types/edf6ac91-73fa-4910-a7ad-8fef062e130a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "edf6ac91-73fa-4910-a7ad-8fef062e130a",
    "match": "https://api-prod.gambitprofit.com/api/matches/ec37b5e6-b460-4e2c-a783-1824c611d44b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-22T08:23:09.608007-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": "CHC (D Smyly)",
                "amount": 5325.0
            },
            {
                "team": "DET (R Olson)",
                "amount": 4675.0
            }
        ],
        "expected_reward_tokens": 9583.75,
        "profit_sb": 83.75,
        "profit_sb_percentage": 0.88,
        "recommended": true
    },
    "lines": [
        {
            "id": "2b761849-6216-4ece-9642-ca9853e46e7b",
            "gambit_id": "dc008f67-5ad3-421b-9651-e2bdcd21f241",
            "last_updated": "2023-08-23T11:08:24.580877-04:00",
            "created_at": "2023-08-22T08:23:09.612799-04:00",
            "name": "CHC (D Smyly)",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/edf6ac91-73fa-4910-a7ad-8fef062e130a/?format=api"
        },
        {
            "id": "989e3b86-fb89-4d8e-b5d7-398b9de3bba6",
            "gambit_id": "aeab79a1-b8aa-4a99-81ad-3434b1316bd0",
            "last_updated": "2023-08-23T11:08:24.584231-04:00",
            "created_at": "2023-08-22T08:23:09.617007-04:00",
            "name": "DET (R Olson)",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/edf6ac91-73fa-4910-a7ad-8fef062e130a/?format=api"
        }
    ]
}