GET /api/bet_types/2adebe66-b100-4e21-9114-99af5cc65a2a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2adebe66-b100-4e21-9114-99af5cc65a2a",
    "match": "https://api-prod.gambitprofit.com/api/matches/59c57c43-898e-457f-b5b9-a4a2df524988/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-17T10:28:02.952080-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 12",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 12",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "7ea4a33c-401a-4af2-9386-15baac8855ac",
            "gambit_id": "3930f9cb-c2ad-4b45-96b5-e314a503ba60",
            "last_updated": "2023-09-18T22:48:07.203865-04:00",
            "created_at": "2023-09-17T10:28:02.962875-04:00",
            "name": "Game Total Under 12",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "12.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2adebe66-b100-4e21-9114-99af5cc65a2a/?format=api"
        },
        {
            "id": "9ef00e7f-386d-4dde-849f-c4998ec7dc66",
            "gambit_id": "d72b49fa-0188-42ee-899d-6b6046fd8776",
            "last_updated": "2023-09-18T22:48:07.200563-04:00",
            "created_at": "2023-09-17T10:28:02.958047-04:00",
            "name": "Game Total Over 12",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "12.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2adebe66-b100-4e21-9114-99af5cc65a2a/?format=api"
        }
    ]
}