GET /api/bet_types/4907e5ac-0fb1-4608-8159-c548d7d414ef/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4907e5ac-0fb1-4608-8159-c548d7d414ef",
    "match": "https://api-prod.gambitprofit.com/api/matches/8a6eea10-133e-43d3-84ae-77f92125fb9d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-29T08:38:26.869018-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 (E Sheehan)",
                "amount": 6353.0
            },
            {
                "team": "COL (C Anderson)",
                "amount": 3647.0
            }
        ],
        "expected_reward_tokens": 9591.61,
        "profit_sb": 91.61,
        "profit_sb_percentage": 0.96,
        "recommended": true
    },
    "lines": [
        {
            "id": "4a2051dc-b814-413c-b32c-419805ffab11",
            "gambit_id": "60e7e595-d9df-48e5-911c-bc7332477146",
            "last_updated": "2023-06-30T10:28:09.563878-04:00",
            "created_at": "2023-06-29T08:38:26.873155-04:00",
            "name": "LOS (E Sheehan)",
            "reward": "1.51000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4907e5ac-0fb1-4608-8159-c548d7d414ef/?format=api"
        },
        {
            "id": "fffbb502-d6c7-4596-923d-649ad7b8a325",
            "gambit_id": "3e01d0f7-bd70-4c4d-bf77-038c2b854df8",
            "last_updated": "2023-06-30T10:28:09.562363-04:00",
            "created_at": "2023-06-29T08:38:26.871063-04:00",
            "name": "COL (C Anderson)",
            "reward": "2.63000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4907e5ac-0fb1-4608-8159-c548d7d414ef/?format=api"
        }
    ]
}