GET /api/bet_types/9e98de21-550b-4c4e-a0fe-889d4a33adbd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9e98de21-550b-4c4e-a0fe-889d4a33adbd",
    "match": "https://api-prod.gambitprofit.com/api/matches/36da8cee-a86a-4576-8af3-0a5019d27fbc/?format=api",
    "name": "Over/Under",
    "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": "Game Total Under 53",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 53",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9050.0,
        "profit_sb": 50.0,
        "profit_sb_percentage": 0.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "43e72fa2-73d6-4b29-be7f-26dc2996fe12",
            "gambit_id": "c817eb97-af13-41f3-bf2b-2dfefbb83ab6",
            "last_updated": "2022-09-18T18:02:28.804869-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 53",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "53.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9e98de21-550b-4c4e-a0fe-889d4a33adbd/?format=api"
        },
        {
            "id": "737a4119-e3a9-4de2-a789-eda7667fe038",
            "gambit_id": "f46c7be3-18cd-435e-a1c3-ba5b9ad4d92a",
            "last_updated": "2022-09-18T18:02:28.806036-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 53",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "53.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9e98de21-550b-4c4e-a0fe-889d4a33adbd/?format=api"
        }
    ]
}