GET /api/bet_types/20931e73-899a-4ad3-a00a-b803ccbc0cc0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "20931e73-899a-4ad3-a00a-b803ccbc0cc0",
    "match": "https://api-prod.gambitprofit.com/api/matches/469de146-cd13-45cd-aa60-d717a6652fe9/?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 48",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 48",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "55208730-d4c3-492e-aabf-6c437ac3ee4e",
            "gambit_id": "ae78574d-1498-4d64-bc1d-023f6891f3cd",
            "last_updated": "2022-10-11T11:46:54.683351-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 48",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "48.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/20931e73-899a-4ad3-a00a-b803ccbc0cc0/?format=api"
        },
        {
            "id": "1c2846cf-5cad-4d2a-852d-675812d0183a",
            "gambit_id": "109712cc-1b4f-47a1-bef4-6855747c159c",
            "last_updated": "2022-10-11T11:46:54.684532-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 48",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "48.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/20931e73-899a-4ad3-a00a-b803ccbc0cc0/?format=api"
        }
    ]
}