GET /api/bet_types/07021998-d216-4dae-9989-f58aa77138b4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "07021998-d216-4dae-9989-f58aa77138b4",
    "match": "https://api-prod.gambitprofit.com/api/matches/dfabea78-e74c-44d7-bb72-01956a9102c4/?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 42",
                "amount": 5106.0
            },
            {
                "team": "Game Total Under 42",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9395.04,
        "profit_sb": -104.96,
        "profit_sb_percentage": -1.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "fa0f8a00-aaea-4cc3-84a2-a45815eb6430",
            "gambit_id": "81921ce1-4658-40ea-bb00-c93fd3f56bbb",
            "last_updated": "2022-10-11T12:01:58.067920-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 42",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": "42.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/07021998-d216-4dae-9989-f58aa77138b4/?format=api"
        },
        {
            "id": "710d379c-cfee-4a5c-8cfe-5724244be8c0",
            "gambit_id": "b233a94d-6bbf-4c67-84ea-21f9ef6cb09d",
            "last_updated": "2022-10-11T12:01:58.066889-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 42",
            "reward": "1.92000",
            "odds": "1.95240",
            "spread": "42.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/07021998-d216-4dae-9989-f58aa77138b4/?format=api"
        }
    ]
}