GET /api/bet_types/7d2a8ccb-f5ae-4518-912c-9e2446ccfb39/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7d2a8ccb-f5ae-4518-912c-9e2446ccfb39",
    "match": "https://api-prod.gambitprofit.com/api/matches/2ec67b48-b9c0-4ad1-96cf-49e2adbe483d/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-19T09:17:07.602331-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": 5107.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "85185651-d07f-414b-a573-bd25d83db485",
            "gambit_id": "0751678e-ff5f-4072-9a23-2273476159ad",
            "last_updated": "2023-03-20T11:42:07.753546-04:00",
            "created_at": "2023-03-19T09:17:07.605825-04:00",
            "name": "Game Total Over 6.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7d2a8ccb-f5ae-4518-912c-9e2446ccfb39/?format=api"
        },
        {
            "id": "e1f0c2e8-b71d-4566-b71c-9d7b9d1e5fae",
            "gambit_id": "54ef0afe-6499-49d7-9d38-fe772380b47d",
            "last_updated": "2023-03-20T11:42:07.749567-04:00",
            "created_at": "2023-03-19T09:17:07.604001-04:00",
            "name": "Game Total Under 6.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7d2a8ccb-f5ae-4518-912c-9e2446ccfb39/?format=api"
        }
    ]
}