GET /api/bet_types/fd3828c9-d783-4f6d-baf8-8456872ffc4a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fd3828c9-d783-4f6d-baf8-8456872ffc4a",
    "match": "https://api-prod.gambitprofit.com/api/matches/7f76bcb2-4db7-4cac-9ca9-e93129d7d2d6/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-29T09:58:11.262065-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": "Arizona Coyotes",
                "amount": 5423.0
            },
            {
                "team": "Anaheim Ducks",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": -118.21,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "161f6b3b-ea72-4d2d-b6e7-7f74c8e37f6d",
            "gambit_id": "28ccd26c-47b8-4393-a8e3-57e704940dd5",
            "last_updated": "2024-01-01T13:18:19.946120-05:00",
            "created_at": "2023-12-29T09:58:11.266090-05:00",
            "name": "Arizona Coyotes",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fd3828c9-d783-4f6d-baf8-8456872ffc4a/?format=api"
        },
        {
            "id": "4ed2a511-7e2e-4cbf-9e3d-120e6390df15",
            "gambit_id": "a2245654-769e-4b80-a4b0-3ce010e6f2c9",
            "last_updated": "2024-01-01T13:18:19.949570-05:00",
            "created_at": "2023-12-29T09:58:11.269935-05:00",
            "name": "Anaheim Ducks",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fd3828c9-d783-4f6d-baf8-8456872ffc4a/?format=api"
        }
    ]
}