GET /api/bet_types/c0f15cbf-8385-45e5-b49e-f4ddf681d9a4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c0f15cbf-8385-45e5-b49e-f4ddf681d9a4",
    "match": "https://api-prod.gambitprofit.com/api/matches/ef3b261a-c342-4a6d-9faa-9b85fe7e14ca/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-16T17:37:16.502031-04: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.5",
                "amount": 5317.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "0a2606b0-d280-4506-bd02-247a9c847db5",
            "gambit_id": "b6a79cea-366c-41fe-bd5b-6e98d3bf9e94",
            "last_updated": "2023-03-17T13:52:05.116112-04:00",
            "created_at": "2023-03-16T17:37:16.505345-04:00",
            "name": "Game Total Over 6.5",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c0f15cbf-8385-45e5-b49e-f4ddf681d9a4/?format=api"
        },
        {
            "id": "b54f5935-6354-4f0b-932a-5df4498f584d",
            "gambit_id": "e128c9f0-509f-445f-b482-a42f2b2c96e5",
            "last_updated": "2023-03-17T13:52:05.115070-04:00",
            "created_at": "2023-03-16T17:37:16.503676-04:00",
            "name": "Game Total Under 6.5",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c0f15cbf-8385-45e5-b49e-f4ddf681d9a4/?format=api"
        }
    ]
}