GET /api/bet_types/01757c41-884b-496e-8e2d-02ed36a626e6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "01757c41-884b-496e-8e2d-02ed36a626e6",
    "match": "https://api-prod.gambitprofit.com/api/matches/3cb2617e-22e5-4769-9b7b-92dde54d0ae6/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-04T10:37:55.484070-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": 5599.0
            },
            {
                "team": "Toronto Maple Leafs",
                "amount": 4401.0
            }
        ],
        "expected_reward_tokens": 9462.15,
        "profit_sb": -37.85,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "0aed3823-6e8e-43cd-af4c-501e744467e6",
            "gambit_id": "df0ee773-906f-4a2c-9860-32e5a9bf50be",
            "last_updated": "2023-03-06T11:42:16.854689-05:00",
            "created_at": "2023-03-04T10:37:55.485227-05:00",
            "name": "Vancouver Canucks",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/01757c41-884b-496e-8e2d-02ed36a626e6/?format=api"
        },
        {
            "id": "0eabee2a-7fa3-44be-8b06-f60203d8d716",
            "gambit_id": "d3adc746-2fbc-4de4-9435-a9d6c96cfd3b",
            "last_updated": "2023-03-06T11:42:16.855794-05:00",
            "created_at": "2023-03-04T10:37:55.486475-05:00",
            "name": "Toronto Maple Leafs",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/01757c41-884b-496e-8e2d-02ed36a626e6/?format=api"
        }
    ]
}