GET /api/bet_types/aedf4022-8aeb-4b79-8d66-8a827a9de7c7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "aedf4022-8aeb-4b79-8d66-8a827a9de7c7",
    "match": "https://api-prod.gambitprofit.com/api/matches/2d5ee332-fde5-4b2d-ae29-4a223c18b83c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-20T05:38:14.980368-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": 5688.0
            },
            {
                "team": "Arizona Coyotes",
                "amount": 4312.0
            }
        ],
        "expected_reward_tokens": 9442.08,
        "profit_sb": -57.92,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "ddff22b0-2cc2-49ca-8c2d-2b37e71b86f6",
            "gambit_id": "2f1c93a7-4481-45f8-99b5-53d9e2fe2f69",
            "last_updated": "2024-01-23T20:23:16.550073-05:00",
            "created_at": "2024-01-20T05:38:14.984652-05:00",
            "name": "Nashville Predators",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aedf4022-8aeb-4b79-8d66-8a827a9de7c7/?format=api"
        },
        {
            "id": "11e59990-0b6a-486d-a891-e1545570725e",
            "gambit_id": "60d337eb-7735-422e-84d0-1b7d5aa3ece8",
            "last_updated": "2024-01-23T20:23:16.553352-05:00",
            "created_at": "2024-01-20T05:38:14.989023-05:00",
            "name": "Arizona Coyotes",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aedf4022-8aeb-4b79-8d66-8a827a9de7c7/?format=api"
        }
    ]
}