GET /api/bet_types/52c374eb-820a-4e24-9e93-2526cb6510b2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "52c374eb-820a-4e24-9e93-2526cb6510b2",
    "match": "https://api-prod.gambitprofit.com/api/matches/8a33bf89-2ddc-4605-88a2-a5cf7e852fe2/?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 Over 228",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 228",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "8264da6b-7fe1-499a-a5e0-3031b294b214",
            "gambit_id": "c67f47e3-2701-4434-a512-df96f3dac4ef",
            "last_updated": "2022-12-01T16:22:24.561720-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/52c374eb-820a-4e24-9e93-2526cb6510b2/?format=api"
        },
        {
            "id": "06866bbd-2bba-4110-9949-ef0c1c476575",
            "gambit_id": "20b69768-e523-4710-8c9b-933d7621717c",
            "last_updated": "2022-12-01T16:22:24.560539-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/52c374eb-820a-4e24-9e93-2526cb6510b2/?format=api"
        }
    ]
}