GET /api/bet_types/d31346c2-f88a-4934-bff0-0dd0a80d1318/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d31346c2-f88a-4934-bff0-0dd0a80d1318",
    "match": "https://api-prod.gambitprofit.com/api/matches/cc92aefb-101d-4f2f-8519-4d92ec046a1a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-29T09:58:10.018327-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": "Colorado Avalanche",
                "amount": 6010.0
            },
            {
                "team": "St Louis Blues",
                "amount": 3990.0
            }
        ],
        "expected_reward_tokens": 9495.8,
        "profit_sb": -4.2,
        "profit_sb_percentage": -0.04,
        "recommended": false
    },
    "lines": [
        {
            "id": "c118c5fe-e42d-4aab-b035-b97c44736f8f",
            "gambit_id": "c965ae45-390e-4bb6-822f-021b4d1b988e",
            "last_updated": "2024-01-01T13:18:20.636570-05:00",
            "created_at": "2023-12-29T09:58:10.022675-05:00",
            "name": "Colorado Avalanche",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d31346c2-f88a-4934-bff0-0dd0a80d1318/?format=api"
        },
        {
            "id": "511ff933-bbb5-42bd-8c1a-a589b5d58efa",
            "gambit_id": "e269e5e0-b8fa-4f1c-b514-eb56da7a9386",
            "last_updated": "2024-01-01T13:18:20.640298-05:00",
            "created_at": "2023-12-29T09:58:10.026846-05:00",
            "name": "St Louis Blues",
            "reward": "2.38000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d31346c2-f88a-4934-bff0-0dd0a80d1318/?format=api"
        }
    ]
}