GET /api/bet_types/52e8c693-97c1-46e5-bbbb-95bf761ea3cd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "52e8c693-97c1-46e5-bbbb-95bf761ea3cd",
    "match": "https://api-prod.gambitprofit.com/api/matches/9f13ff02-1694-4846-8d8f-324b96b5e265/?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 70",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 70",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "0dfa0fc4-b149-4d03-9a5e-539bd0946021",
            "gambit_id": "98dbc64f-2a5f-40b9-9e86-c15a27aed14f",
            "last_updated": "2022-10-17T10:01:51.960354-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 70",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "70.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/52e8c693-97c1-46e5-bbbb-95bf761ea3cd/?format=api"
        },
        {
            "id": "42290140-9881-45f4-aa19-01f48e68b921",
            "gambit_id": "14d01164-ebaf-49e1-8560-2c82be7bf0f3",
            "last_updated": "2022-10-17T10:01:51.959184-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 70",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "70.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/52e8c693-97c1-46e5-bbbb-95bf761ea3cd/?format=api"
        }
    ]
}