GET /api/bet_types/660d4849-cacb-4e5c-a5bb-e5041192c0d8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "660d4849-cacb-4e5c-a5bb-e5041192c0d8",
    "match": "https://api-prod.gambitprofit.com/api/matches/5bc5c0be-3ebf-495c-b3d8-38acbfd5c0d3/?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 (T McKenzie)",
                "amount": 5942.0
            },
            {
                "team": "MIN (B Ober)",
                "amount": 4058.0
            }
        ],
        "expected_reward_tokens": 9210.1,
        "profit_sb": 210.1,
        "profit_sb_percentage": 2.33,
        "recommended": true
    },
    "lines": [
        {
            "id": "a8ffc1e7-c0c9-402d-b0ee-0cbf95845680",
            "gambit_id": "306dbcac-3f68-4454-b227-d948eb788cdc",
            "last_updated": "2022-09-17T17:17:25.078373-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CLE (T McKenzie)",
            "reward": "1.55000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/660d4849-cacb-4e5c-a5bb-e5041192c0d8/?format=api"
        },
        {
            "id": "44ce723a-ccfa-4442-b8b8-e241e19276ea",
            "gambit_id": "78c6f711-5e65-4f65-987d-d57f4e2b223f",
            "last_updated": "2022-09-17T17:17:25.077339-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIN (B Ober)",
            "reward": "2.27000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/660d4849-cacb-4e5c-a5bb-e5041192c0d8/?format=api"
        }
    ]
}