GET /api/bet_types/01489adc-497b-4d6c-8369-341845483a86/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "01489adc-497b-4d6c-8369-341845483a86",
    "match": "https://api-prod.gambitprofit.com/api/matches/74d3ad68-9ff6-4017-b0f9-e910a36c5c84/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-15T10:23:26.973060-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 248",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 248",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "e6a92309-83ee-4c40-a122-dd7ef15f45bb",
            "gambit_id": "90ee581e-4ba2-46c1-97c6-a39f54a566a1",
            "last_updated": "2024-01-17T22:03:09.368232-05:00",
            "created_at": "2024-01-15T10:23:26.976762-05:00",
            "name": "Game Total Over 248",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "248.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/01489adc-497b-4d6c-8369-341845483a86/?format=api"
        },
        {
            "id": "8343bd0c-10cb-4726-9cb2-e895fa436c68",
            "gambit_id": "a6c1c3a8-8797-4ce1-aeb7-bb9a441b6d88",
            "last_updated": "2024-01-17T22:03:09.372845-05:00",
            "created_at": "2024-01-15T10:23:26.982036-05:00",
            "name": "Game Total Under 248",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "248.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/01489adc-497b-4d6c-8369-341845483a86/?format=api"
        }
    ]
}