GET /api/bet_types/81afa30d-3656-4843-a7e6-5bb897d03549/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "81afa30d-3656-4843-a7e6-5bb897d03549",
    "match": "https://api-prod.gambitprofit.com/api/matches/db81eb37-eef2-42bc-b223-cca5737c6c97/?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 7.5",
                "amount": 5207.0
            },
            {
                "team": "Game Total Over 7.5",
                "amount": 4793.0
            }
        ],
        "expected_reward_tokens": 9058.77,
        "profit_sb": 58.77,
        "profit_sb_percentage": 0.65,
        "recommended": true
    },
    "lines": [
        {
            "id": "309e0f1d-e3dd-48be-818f-ce86a6dc9002",
            "gambit_id": "0f9b851d-04be-4afd-8848-c70ed6154568",
            "last_updated": "2022-09-12T10:57:18.157279-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7.5",
            "reward": "1.74000",
            "odds": "1.83330",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/81afa30d-3656-4843-a7e6-5bb897d03549/?format=api"
        },
        {
            "id": "4a1518f3-c0d5-4ce1-aa45-82add4ce9ed9",
            "gambit_id": "9fbcf9a3-81f6-491a-bb45-3f2c5f997d98",
            "last_updated": "2022-09-12T10:57:18.158311-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7.5",
            "reward": "1.89000",
            "odds": "2.00000",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/81afa30d-3656-4843-a7e6-5bb897d03549/?format=api"
        }
    ]
}