GET /api/bet_types/b702a68c-2687-44ec-9842-02ca0c0b12b1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b702a68c-2687-44ec-9842-02ca0c0b12b1",
    "match": "https://api-prod.gambitprofit.com/api/matches/02991d2e-3173-41b3-ac6c-20eccad557f1/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-07T09:28:20.041994-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 8",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 8",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "53a8eb7a-cff1-4fd4-b942-10febc87cdd7",
            "gambit_id": "aa1ebc9c-aaa5-4d69-acaa-18c1702117b1",
            "last_updated": "2023-06-08T16:33:25.965145-04:00",
            "created_at": "2023-06-07T09:28:20.046270-04:00",
            "name": "Game Total Under 8",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b702a68c-2687-44ec-9842-02ca0c0b12b1/?format=api"
        },
        {
            "id": "f7b254f1-f2b4-4eb5-a889-e26b77ccd894",
            "gambit_id": "7ba72285-1d4f-4427-bde3-3a9855feffb7",
            "last_updated": "2023-06-08T16:33:25.962511-04:00",
            "created_at": "2023-06-07T09:28:20.043997-04:00",
            "name": "Game Total Over 8",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b702a68c-2687-44ec-9842-02ca0c0b12b1/?format=api"
        }
    ]
}