GET /api/bet_types/4351ea36-5e37-4147-a75b-65cbadfa6ae3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4351ea36-5e37-4147-a75b-65cbadfa6ae3",
    "match": "https://api-prod.gambitprofit.com/api/matches/67c5bdd5-6ea9-4bfa-90be-001032bf9a90/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-06T15:58:08.783123-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 8",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "98794939-01a7-4f3b-bc90-f3862c3efbf0",
            "gambit_id": "4f309f91-77e5-4a37-b8e9-7390805e4838",
            "last_updated": "2023-07-08T09:38:30.959097-04:00",
            "created_at": "2023-07-06T15:58:08.784713-04:00",
            "name": "Game Total Over 8",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4351ea36-5e37-4147-a75b-65cbadfa6ae3/?format=api"
        },
        {
            "id": "155e6ae9-b73f-43ca-ac74-61bd1372ed37",
            "gambit_id": "3bd4c053-f621-4b46-8c3f-0629b2a0bc14",
            "last_updated": "2023-07-08T09:38:30.962910-04:00",
            "created_at": "2023-07-06T15:58:08.786278-04:00",
            "name": "Game Total Under 8",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4351ea36-5e37-4147-a75b-65cbadfa6ae3/?format=api"
        }
    ]
}