GET /api/bet_types/37ea78a1-d993-4054-93a4-26f50fce633f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "37ea78a1-d993-4054-93a4-26f50fce633f",
    "match": "https://api-prod.gambitprofit.com/api/matches/277f2e02-97f7-4fae-add8-2de15d74f391/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-14T13:18:14.828254-04: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 11.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 11.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "06f70ed0-e91d-47ad-ab9d-abb34380506b",
            "gambit_id": "3c036d8f-3138-42dd-b539-7fd7add712c5",
            "last_updated": "2023-08-15T18:38:10.956930-04:00",
            "created_at": "2023-08-14T13:18:14.832052-04:00",
            "name": "Game Total Over 11.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "11.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/37ea78a1-d993-4054-93a4-26f50fce633f/?format=api"
        },
        {
            "id": "3fb29fd9-3967-46cf-9401-a95758950bcf",
            "gambit_id": "b9ba2396-0f0c-4822-83ba-85c085fde3f5",
            "last_updated": "2023-08-15T18:38:10.961866-04:00",
            "created_at": "2023-08-14T13:18:14.835895-04:00",
            "name": "Game Total Under 11.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "11.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/37ea78a1-d993-4054-93a4-26f50fce633f/?format=api"
        }
    ]
}