GET /api/bet_types/7a166056-ac0d-4b22-b911-71772bd1ac97/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7a166056-ac0d-4b22-b911-71772bd1ac97",
    "match": "https://api-prod.gambitprofit.com/api/matches/d220b2c7-8a0d-488d-a2c7-a193714c31a3/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-10T08:23:19.495470-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": "Calgary Flames",
                "amount": 6222.0
            },
            {
                "team": "Toronto Maple Leafs",
                "amount": 3778.0
            }
        ],
        "expected_reward_tokens": 9519.66,
        "profit_sb": 19.66,
        "profit_sb_percentage": 0.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "2f501615-165e-47c7-af91-436a8622ba26",
            "gambit_id": "c5053812-8f98-4863-9621-b826f475782d",
            "last_updated": "2023-11-12T11:33:23.722441-05:00",
            "created_at": "2023-11-10T08:23:19.499143-05:00",
            "name": "Calgary Flames",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7a166056-ac0d-4b22-b911-71772bd1ac97/?format=api"
        },
        {
            "id": "31ff0d5d-f0bc-483f-872b-7047ea0eb303",
            "gambit_id": "ce46a976-ac35-4e32-8690-796467b0fc21",
            "last_updated": "2023-11-12T11:33:23.725784-05:00",
            "created_at": "2023-11-10T08:23:19.505053-05:00",
            "name": "Toronto Maple Leafs",
            "reward": "2.52000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7a166056-ac0d-4b22-b911-71772bd1ac97/?format=api"
        }
    ]
}