GET /api/bet_types/42b14cc8-f5fa-4366-9089-dc9c3287678b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "42b14cc8-f5fa-4366-9089-dc9c3287678b",
    "match": "https://api-prod.gambitprofit.com/api/matches/fcd18ce3-3d7b-4beb-b7d1-0fd0ff70b1e2/?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 8",
                "amount": 5205.0
            },
            {
                "team": "Game Total Over 8",
                "amount": 4795.0
            }
        ],
        "expected_reward_tokens": 9108.75,
        "profit_sb": 108.75,
        "profit_sb_percentage": 1.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "511f6d11-318a-4bb4-acb5-99f4ce0440d9",
            "gambit_id": "67172eb5-bfb5-46e2-a7be-c216dcd3227e",
            "last_updated": "2022-09-05T13:32:05.806466-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 8",
            "reward": "1.75000",
            "odds": "1.83330",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/42b14cc8-f5fa-4366-9089-dc9c3287678b/?format=api"
        },
        {
            "id": "c19d67f0-ad24-4774-84a7-6fa0123fa175",
            "gambit_id": "f677679c-f32b-48d4-9f97-355253adf493",
            "last_updated": "2022-09-05T13:32:05.807666-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 8",
            "reward": "1.90000",
            "odds": "2.00000",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/42b14cc8-f5fa-4366-9089-dc9c3287678b/?format=api"
        }
    ]
}