GET /api/bet_types/14942233-b83b-4934-bee7-8f7020a76d39/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "14942233-b83b-4934-bee7-8f7020a76d39",
    "match": "https://api-prod.gambitprofit.com/api/matches/8e5b4d68-8792-4f7d-86dd-7de203e82f7a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-21T10:17:16.621325-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": "LOS (C Kershaw)",
                "amount": 5590.0
            },
            {
                "team": "STL (J Flaherty)",
                "amount": 4410.0
            }
        ],
        "expected_reward_tokens": 9613.8,
        "profit_sb": 113.8,
        "profit_sb_percentage": 1.2,
        "recommended": true
    },
    "lines": [
        {
            "id": "1edbf583-624d-49ce-bc2f-01f4fcb1b0e6",
            "gambit_id": "eb32f78e-86f5-4349-a94d-752e7240eb0d",
            "last_updated": "2023-05-22T13:37:00.748785-04:00",
            "created_at": "2023-05-21T10:17:16.624119-04:00",
            "name": "LOS (C Kershaw)",
            "reward": "1.72000",
            "odds": "1.75190",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/14942233-b83b-4934-bee7-8f7020a76d39/?format=api"
        },
        {
            "id": "4d0bc814-369e-453b-8f45-3f585c233566",
            "gambit_id": "c55adab6-1f1b-4ec0-af22-e474599de9c4",
            "last_updated": "2023-05-22T13:37:00.747553-04:00",
            "created_at": "2023-05-21T10:17:16.622688-04:00",
            "name": "STL (J Flaherty)",
            "reward": "2.18000",
            "odds": "2.23000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/14942233-b83b-4934-bee7-8f7020a76d39/?format=api"
        }
    ]
}