GET /api/bet_types/691c67eb-1988-404d-8e0d-5235de184073/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "691c67eb-1988-404d-8e0d-5235de184073",
    "match": "https://api-prod.gambitprofit.com/api/matches/1886501f-be53-41b4-8534-90176d7dc666/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-02T07:42:05.202773-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": "Seattle Kraken",
                "amount": 5213.0
            },
            {
                "team": "Detroit Red Wings",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "2af00034-6bb8-42b3-950b-385c27cfe740",
            "gambit_id": "bce83f1f-a64f-4c5e-a0a4-59a6debd97ef",
            "last_updated": "2023-03-03T09:57:03.973728-05:00",
            "created_at": "2023-03-02T07:42:05.205385-05:00",
            "name": "Seattle Kraken",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/691c67eb-1988-404d-8e0d-5235de184073/?format=api"
        },
        {
            "id": "ef3c04b1-481f-4338-b28c-55711edb7023",
            "gambit_id": "ffe3d565-d59a-46a7-bccf-9853e68c23dd",
            "last_updated": "2023-03-03T09:57:03.972570-05:00",
            "created_at": "2023-03-02T07:42:05.204057-05:00",
            "name": "Detroit Red Wings",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/691c67eb-1988-404d-8e0d-5235de184073/?format=api"
        }
    ]
}