GET /api/bet_types/414aaf46-11be-4875-81a8-5064c7480b26/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "414aaf46-11be-4875-81a8-5064c7480b26",
    "match": "https://api-prod.gambitprofit.com/api/matches/50e4103c-1746-4467-8084-76cee695b4d9/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-05T14:19:53.316737-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 6",
                "amount": 5317.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "783af76b-a411-4efd-ba97-ce4a4275d2d6",
            "gambit_id": "37ee2020-e910-4b06-a57f-b00ef1f31401",
            "last_updated": "2023-03-06T19:17:19.341558-05:00",
            "created_at": "2023-03-05T14:19:53.319737-05:00",
            "name": "Game Total Over 6",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/414aaf46-11be-4875-81a8-5064c7480b26/?format=api"
        },
        {
            "id": "e1bc4fcf-4f57-4625-a588-ed552d15b5da",
            "gambit_id": "3c9c5212-3f2c-41b5-8fe8-bc849b31a1a5",
            "last_updated": "2023-03-06T19:17:19.340213-05:00",
            "created_at": "2023-03-05T14:19:53.318168-05:00",
            "name": "Game Total Under 6",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/414aaf46-11be-4875-81a8-5064c7480b26/?format=api"
        }
    ]
}