GET /api/bet_types/d21e3349-b6d2-41e2-a4ed-f5d063ea4cab/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d21e3349-b6d2-41e2-a4ed-f5d063ea4cab",
    "match": "https://api-prod.gambitprofit.com/api/matches/e16642c3-ad00-4364-a590-a6ef6f4b57ca/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-09T08:43:19.576229-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": "STL",
                "amount": 6154.0
            },
            {
                "team": "CWS",
                "amount": 3846.0
            }
        ],
        "expected_reward_tokens": 9538.08,
        "profit_sb": 38.08,
        "profit_sb_percentage": 0.4,
        "recommended": true
    },
    "lines": [
        {
            "id": "c1d213b2-d112-4b46-8bb0-4326150ec3dd",
            "gambit_id": "e50dd2d0-f2bd-458b-954d-b140097a4d2f",
            "last_updated": "2023-07-10T18:28:23.072335-04:00",
            "created_at": "2023-07-09T08:43:19.578181-04:00",
            "name": "STL",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d21e3349-b6d2-41e2-a4ed-f5d063ea4cab/?format=api"
        },
        {
            "id": "2f303c3e-82b3-4f9f-aa78-4b670e33b867",
            "gambit_id": "bf2c6a5d-36a1-4dd7-a3d8-663a859c1bbf",
            "last_updated": "2023-07-10T18:28:23.073716-04:00",
            "created_at": "2023-07-09T08:43:19.580527-04:00",
            "name": "CWS",
            "reward": "2.48000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d21e3349-b6d2-41e2-a4ed-f5d063ea4cab/?format=api"
        }
    ]
}