GET /api/bet_types/44257fa0-e10f-4f8d-a435-1d0e909d2769/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "44257fa0-e10f-4f8d-a435-1d0e909d2769",
    "match": "https://api-prod.gambitprofit.com/api/matches/a646926f-1b2f-4745-a680-78827405326a/?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 216",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 216",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "8189f6e6-e32b-48b6-b1e8-86cf8363c49e",
            "gambit_id": "b6d9e152-9473-4998-b663-cdf40e22053b",
            "last_updated": "2022-11-19T10:38:46.102630-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 216",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "216.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/44257fa0-e10f-4f8d-a435-1d0e909d2769/?format=api"
        },
        {
            "id": "90d154a5-6617-49c0-9542-b8ca7f3ce4de",
            "gambit_id": "09a85be0-b1ee-40dc-9195-dc15c26ebf67",
            "last_updated": "2022-11-19T10:38:46.101474-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 216",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "216.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/44257fa0-e10f-4f8d-a435-1d0e909d2769/?format=api"
        }
    ]
}