GET /api/bet_types/2cb06dba-0a83-43f0-b5a1-3faf680c246c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2cb06dba-0a83-43f0-b5a1-3faf680c246c",
    "match": "https://api-prod.gambitprofit.com/api/matches/78b69040-aebd-4e80-8885-3a4de45a70c3/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-09T09:23:04.188359-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": "Nashville Predators",
                "amount": 6611.0
            },
            {
                "team": "Anaheim Ducks",
                "amount": 3389.0
            }
        ],
        "expected_reward_tokens": 9387.53,
        "profit_sb": -112.47,
        "profit_sb_percentage": -1.18,
        "recommended": false
    },
    "lines": [
        {
            "id": "25e39a62-a0d2-4319-8787-6c40214ff9b0",
            "gambit_id": "a530a0d4-0ffd-4fbf-b8f1-dd62ebababf5",
            "last_updated": "2024-01-11T11:13:04.489926-05:00",
            "created_at": "2024-01-09T09:23:04.199996-05:00",
            "name": "Nashville Predators",
            "reward": "1.42000",
            "odds": "1.44440",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2cb06dba-0a83-43f0-b5a1-3faf680c246c/?format=api"
        },
        {
            "id": "732fc54a-651f-4dc8-bd5e-f1b48b4f4ae6",
            "gambit_id": "87eb8a6d-3114-4c8d-a023-289d99346fdc",
            "last_updated": "2024-01-11T11:13:04.486514-05:00",
            "created_at": "2024-01-09T09:23:04.194382-05:00",
            "name": "Anaheim Ducks",
            "reward": "2.77000",
            "odds": "2.85000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2cb06dba-0a83-43f0-b5a1-3faf680c246c/?format=api"
        }
    ]
}