GET /api/bet_types/a06e45db-0604-4589-9a69-ec0886119425/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a06e45db-0604-4589-9a69-ec0886119425",
    "match": "https://api-prod.gambitprofit.com/api/matches/1d51315b-ddf2-41da-b386-387fd4c30115/?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 8.5",
                "amount": 5109.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4891.0
            }
        ],
        "expected_reward_tokens": 9145.11,
        "profit_sb": 145.11,
        "profit_sb_percentage": 1.61,
        "recommended": true
    },
    "lines": [
        {
            "id": "d6d23e3e-ced1-43c0-9be0-9e1449d18d89",
            "gambit_id": "fa82f60e-00f6-43ae-9298-6863d9569cef",
            "last_updated": "2022-08-13T10:52:03.813952-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 8.5",
            "reward": "1.79000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a06e45db-0604-4589-9a69-ec0886119425/?format=api"
        },
        {
            "id": "2c3d3524-3c20-40c2-8255-30ab846da371",
            "gambit_id": "b9f67561-70f9-4cca-9ec4-3944fa674032",
            "last_updated": "2022-08-13T10:52:03.813362-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 8.5",
            "reward": "1.87000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a06e45db-0604-4589-9a69-ec0886119425/?format=api"
        }
    ]
}