GET /api/bet_types/d315a07e-2ac9-475a-853a-36a25b47fbca/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d315a07e-2ac9-475a-853a-36a25b47fbca",
    "match": "https://api-prod.gambitprofit.com/api/matches/2bee6872-f9f3-48e0-92c7-b3ebf23238bd/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-26T13:37:01.096873-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": "Toronto Maple Leafs",
                "amount": 6241.0
            },
            {
                "team": "Nashville Predators",
                "amount": 3759.0
            }
        ],
        "expected_reward_tokens": 9547.86,
        "profit_sb": 47.86,
        "profit_sb_percentage": 0.5,
        "recommended": true
    },
    "lines": [
        {
            "id": "f4a58d6a-7c25-4dcf-ae14-75a106329dd8",
            "gambit_id": "6c1491a4-c672-415d-b838-60503c4b42a2",
            "last_updated": "2023-03-28T11:21:59.520889-04:00",
            "created_at": "2023-03-26T13:37:01.101327-04:00",
            "name": "Toronto Maple Leafs",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d315a07e-2ac9-475a-853a-36a25b47fbca/?format=api"
        },
        {
            "id": "66e29b01-7cd0-4574-9430-804a3da3355b",
            "gambit_id": "6b73613e-33c9-4a98-8ef4-2907e837a80c",
            "last_updated": "2023-03-28T11:21:59.518040-04:00",
            "created_at": "2023-03-26T13:37:01.099077-04:00",
            "name": "Nashville Predators",
            "reward": "2.54000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d315a07e-2ac9-475a-853a-36a25b47fbca/?format=api"
        }
    ]
}