GET /api/bet_types/eed40d1e-04b1-475c-90bf-aa50d6e09750/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "eed40d1e-04b1-475c-90bf-aa50d6e09750",
    "match": "https://api-prod.gambitprofit.com/api/matches/be3b6eba-3472-4928-b8f2-8b19aa2c1ae3/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-08T08:57:07.841510-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 230.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 230.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "551ea155-2bf9-4b1e-8cf5-7eba48b5bf12",
            "gambit_id": "765ba028-fdad-4371-a860-611272aedaf9",
            "last_updated": "2023-03-09T09:52:06.568124-05:00",
            "created_at": "2023-03-08T08:57:07.844361-05:00",
            "name": "Game Total Over 230.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "230.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eed40d1e-04b1-475c-90bf-aa50d6e09750/?format=api"
        },
        {
            "id": "14efffb7-0f0f-4f6e-84f3-8bfac44a699d",
            "gambit_id": "19454afe-ddb8-4baa-93e5-03cf17763080",
            "last_updated": "2023-03-09T09:52:06.566994-05:00",
            "created_at": "2023-03-08T08:57:07.842919-05:00",
            "name": "Game Total Under 230.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "230.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eed40d1e-04b1-475c-90bf-aa50d6e09750/?format=api"
        }
    ]
}