GET /api/bet_types/a3f95aa7-a767-4bd4-a08f-2d8cd66778ee/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a3f95aa7-a767-4bd4-a08f-2d8cd66778ee",
    "match": "https://api-prod.gambitprofit.com/api/matches/7600bc21-c6a0-418e-8231-c60a35f4c9f8/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-06T08:07:12.608499-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": "Vancouver Canucks",
                "amount": 5000.0
            },
            {
                "team": "Nashville Predators",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "fcbb8077-43cb-4936-a443-3fa1099a42ab",
            "gambit_id": "a4177ae7-79e9-4fbf-98c6-29e7606c770a",
            "last_updated": "2023-03-07T10:36:49.127764-05:00",
            "created_at": "2023-03-06T08:07:12.609693-05:00",
            "name": "Vancouver Canucks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a3f95aa7-a767-4bd4-a08f-2d8cd66778ee/?format=api"
        },
        {
            "id": "60e4d95e-be6f-4134-9e3a-8182a171e127",
            "gambit_id": "71d9133e-419d-49ac-b068-a08ee370489b",
            "last_updated": "2023-03-07T10:36:49.128954-05:00",
            "created_at": "2023-03-06T08:07:12.611007-05:00",
            "name": "Nashville Predators",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a3f95aa7-a767-4bd4-a08f-2d8cd66778ee/?format=api"
        }
    ]
}