GET /api/bet_types/33e859e7-4371-4f61-9380-f1515e2f2a60/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "33e859e7-4371-4f61-9380-f1515e2f2a60",
    "match": "https://api-prod.gambitprofit.com/api/matches/c22b821d-81bd-4446-8c52-30596a5df0af/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-04T09:32:17.924098-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": "Seattle Kraken",
                "amount": 5000.0
            },
            {
                "team": "Vancouver Canucks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "ce590954-9717-4d2a-87d2-d08b2aa6e257",
            "gambit_id": "3a5cdbe9-3ffb-413a-a871-98f078e9f40d",
            "last_updated": "2023-04-05T22:47:03.864216-04:00",
            "created_at": "2023-04-04T09:32:17.926762-04:00",
            "name": "Seattle Kraken",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/33e859e7-4371-4f61-9380-f1515e2f2a60/?format=api"
        },
        {
            "id": "8f4709f2-ea70-4d1b-a09b-dc367ed0ed33",
            "gambit_id": "d4a600a3-2d03-456d-8191-17a4bf5e00dd",
            "last_updated": "2023-04-05T22:47:03.861940-04:00",
            "created_at": "2023-04-04T09:32:17.925415-04:00",
            "name": "Vancouver Canucks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/33e859e7-4371-4f61-9380-f1515e2f2a60/?format=api"
        }
    ]
}