GET /api/bet_types/ec78c867-9f10-47ee-8b88-a6a35daecb13/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ec78c867-9f10-47ee-8b88-a6a35daecb13",
    "match": "https://api-prod.gambitprofit.com/api/matches/3a50d86b-8968-4595-a20e-77bbbdbe3622/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-24T08:57:56.070572-04: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": "Columbus Blue Jackets",
                "amount": 5788.0
            },
            {
                "team": "Anaheim Ducks",
                "amount": 4212.0
            }
        ],
        "expected_reward_tokens": 9434.44,
        "profit_sb": -65.56,
        "profit_sb_percentage": -0.69,
        "recommended": false
    },
    "lines": [
        {
            "id": "a5744eca-fa13-43ba-88f7-4334fbcc14b6",
            "gambit_id": "12153fbc-c284-417d-a094-fc1e292f343e",
            "last_updated": "2023-10-26T10:23:12.702809-04:00",
            "created_at": "2023-10-24T08:57:56.078913-04:00",
            "name": "Columbus Blue Jackets",
            "reward": "1.63000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ec78c867-9f10-47ee-8b88-a6a35daecb13/?format=api"
        },
        {
            "id": "a90c005b-cddf-4e69-9a86-af0884ead47c",
            "gambit_id": "c8e0e975-3007-4c14-9879-6ebfee1679ae",
            "last_updated": "2023-10-26T10:23:12.698865-04:00",
            "created_at": "2023-10-24T08:57:56.074882-04:00",
            "name": "Anaheim Ducks",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ec78c867-9f10-47ee-8b88-a6a35daecb13/?format=api"
        }
    ]
}