GET /api/bet_types/ff4b15b5-1436-4075-a27f-68379ded46f5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ff4b15b5-1436-4075-a27f-68379ded46f5",
    "match": "https://api-prod.gambitprofit.com/api/matches/033b1f4f-e9f3-4327-ad8f-c05d57752dd7/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "LOS (T Gonsolin)",
                "amount": 5398.0
            },
            {
                "team": "SDG (B Snell)",
                "amount": 4602.0
            }
        ],
        "expected_reward_tokens": 9662.42,
        "profit_sb": 162.42,
        "profit_sb_percentage": 1.71,
        "recommended": true
    },
    "lines": [
        {
            "id": "6a824983-b5c0-42e5-baf5-23ea43aeac28",
            "gambit_id": "f1fcc1c1-93f3-4a44-b304-01715ff70ea4",
            "last_updated": "2022-10-15T09:07:25.981830-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LOS (T Gonsolin)",
            "reward": "1.79000",
            "odds": "1.81300",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ff4b15b5-1436-4075-a27f-68379ded46f5/?format=api"
        },
        {
            "id": "b5783878-350c-4d2f-8bc3-07d853b576be",
            "gambit_id": "e330e741-99c6-46fe-9073-52f874fe2b7f",
            "last_updated": "2022-10-15T09:07:25.980852-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SDG (B Snell)",
            "reward": "2.10000",
            "odds": "2.13000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ff4b15b5-1436-4075-a27f-68379ded46f5/?format=api"
        }
    ]
}