GET /api/bet_types/921d4c79-f8b1-493d-858a-4092452dcb40/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "921d4c79-f8b1-493d-858a-4092452dcb40",
    "match": "https://api-prod.gambitprofit.com/api/matches/f4ebbb6b-7a17-41b7-b892-7e64c3c1fb30/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "CLE (A Civale)",
                "amount": 6192.0
            },
            {
                "team": "KAN (J Heasley)",
                "amount": 3808.0
            }
        ],
        "expected_reward_tokens": 9596.16,
        "profit_sb": 96.16,
        "profit_sb_percentage": 1.01,
        "recommended": true
    },
    "lines": [
        {
            "id": "c670d183-8c7c-40f8-afbc-0c4a130bbfb1",
            "gambit_id": "6ad9a9df-736f-47c3-86dd-4a310f2a9a7f",
            "last_updated": "2022-10-06T10:17:06.802849-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CLE (A Civale)",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/921d4c79-f8b1-493d-858a-4092452dcb40/?format=api"
        },
        {
            "id": "2e8d2031-1001-4796-9e50-297b3b664e6d",
            "gambit_id": "5e1c3f1e-c23f-4287-971a-74a5e5e1f22b",
            "last_updated": "2022-10-06T10:17:06.803801-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "KAN (J Heasley)",
            "reward": "2.52000",
            "odds": "2.57000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/921d4c79-f8b1-493d-858a-4092452dcb40/?format=api"
        }
    ]
}