GET /api/bet_types/0ad99f4f-711e-4cc6-b732-b898e72cf4ac/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0ad99f4f-711e-4cc6-b732-b898e72cf4ac",
    "match": "https://api-prod.gambitprofit.com/api/matches/ca997573-6a70-44b6-bbac-73ffb319b4be/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-07T09:28:20.260168-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": "TAM (S Armstrong)",
                "amount": 5156.0
            },
            {
                "team": "MIN (P Lopez)",
                "amount": 4844.0
            }
        ],
        "expected_reward_tokens": 9590.16,
        "profit_sb": 90.16,
        "profit_sb_percentage": 0.95,
        "recommended": true
    },
    "lines": [
        {
            "id": "0116db13-686a-4beb-95a3-56e6c757976d",
            "gambit_id": "de1cec8b-2135-4eb5-9b1b-4a5bfc720fd1",
            "last_updated": "2023-06-08T16:28:19.552300-04:00",
            "created_at": "2023-06-07T09:28:20.286495-04:00",
            "name": "TAM (S Armstrong)",
            "reward": "1.86000",
            "odds": "1.89290",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0ad99f4f-711e-4cc6-b732-b898e72cf4ac/?format=api"
        },
        {
            "id": "5d43e50a-7079-45a6-9633-466d76eb224c",
            "gambit_id": "d53e1deb-0517-404f-b867-9a84429655e7",
            "last_updated": "2023-06-08T16:28:19.549730-04:00",
            "created_at": "2023-06-07T09:28:20.267921-04:00",
            "name": "MIN (P Lopez)",
            "reward": "1.98000",
            "odds": "2.02000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0ad99f4f-711e-4cc6-b732-b898e72cf4ac/?format=api"
        }
    ]
}