GET /api/bet_types/8cb0d072-00f4-4b1f-9593-403d4b2a6385/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8cb0d072-00f4-4b1f-9593-403d4b2a6385",
    "match": "https://api-prod.gambitprofit.com/api/matches/bc1cacff-ede8-4e66-93b5-7007e741dddf/?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 228",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 228",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "a4d964d1-f175-4a97-a57f-7e96d966ed02",
            "gambit_id": "71bf2263-386d-45d4-a59a-af5f908f5487",
            "last_updated": "2022-11-29T09:57:07.680758-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 228",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "228.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8cb0d072-00f4-4b1f-9593-403d4b2a6385/?format=api"
        },
        {
            "id": "08b53a6c-1ec6-4eaf-9343-970cfa88f581",
            "gambit_id": "a1fc086a-8cc9-4496-959f-eb0b2294b37f",
            "last_updated": "2022-11-29T09:57:07.681782-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 228",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "228.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8cb0d072-00f4-4b1f-9593-403d4b2a6385/?format=api"
        }
    ]
}