GET /api/bet_types/549e5826-d746-4b0a-8fb1-d3b7f239249a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "549e5826-d746-4b0a-8fb1-d3b7f239249a",
    "match": "https://api-prod.gambitprofit.com/api/matches/6637317e-73e9-4215-bacd-e37a762abb4c/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-11T10:08:16.150755-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 Under 11.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 11.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "2fb03986-c269-40fb-9c93-0ff809fde5a6",
            "gambit_id": "55a3985a-ee8f-488a-875f-bf24b13a1b0c",
            "last_updated": "2023-06-12T14:53:25.562560-04:00",
            "created_at": "2023-06-11T10:08:16.154692-04:00",
            "name": "Game Total Under 11.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "11.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/549e5826-d746-4b0a-8fb1-d3b7f239249a/?format=api"
        },
        {
            "id": "e76a6a21-7a60-434d-8ae0-fed734043f1c",
            "gambit_id": "621dab9e-e177-4ec0-a394-764ef5a1bdb2",
            "last_updated": "2023-06-12T14:53:25.560553-04:00",
            "created_at": "2023-06-11T10:08:16.152664-04:00",
            "name": "Game Total Over 11.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "11.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/549e5826-d746-4b0a-8fb1-d3b7f239249a/?format=api"
        }
    ]
}