GET /api/bet_types/3e58e6fe-d5a7-4ba6-9238-5bda85b07a6a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3e58e6fe-d5a7-4ba6-9238-5bda85b07a6a",
    "match": "https://api-prod.gambitprofit.com/api/matches/7f9920d6-3e7c-421a-862e-bd63820f6763/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-16T09:52:13.060390-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": "Calgary Flames",
                "amount": 5482.0
            },
            {
                "team": "Nashville Predators",
                "amount": 4518.0
            }
        ],
        "expected_reward_tokens": 8990.48,
        "profit_sb": -9.52,
        "profit_sb_percentage": -0.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "ee759fd4-5225-4656-bc55-34779beba896",
            "gambit_id": "c43d4591-9c8b-4799-ab4d-ce7ae35c7fff",
            "last_updated": "2023-01-17T11:17:12.441839-05:00",
            "created_at": "2023-01-16T09:52:13.063300-05:00",
            "name": "Calgary Flames",
            "reward": "1.64000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3e58e6fe-d5a7-4ba6-9238-5bda85b07a6a/?format=api"
        },
        {
            "id": "01022e0e-60de-495c-8bc1-455493edf2fa",
            "gambit_id": "ce52e1c4-f668-4367-a257-1ed0af96369b",
            "last_updated": "2023-01-17T11:17:12.443034-05:00",
            "created_at": "2023-01-16T09:52:13.066330-05:00",
            "name": "Nashville Predators",
            "reward": "1.99000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3e58e6fe-d5a7-4ba6-9238-5bda85b07a6a/?format=api"
        }
    ]
}