GET /api/bet_types/bbd93389-e265-462e-ad47-046315aa388b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bbd93389-e265-462e-ad47-046315aa388b",
    "match": "https://api-prod.gambitprofit.com/api/matches/1b5fb228-e8bc-4389-be96-40033d60a8e3/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-06T14:26:49.832701-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 6.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "5f02d95e-92ff-419e-8d06-99af070d86b9",
            "gambit_id": "9632762d-d8a9-44da-b717-655170ae896f",
            "last_updated": "2023-04-07T20:42:14.501117-04:00",
            "created_at": "2023-04-06T14:26:49.835444-04:00",
            "name": "Game Total Under 6.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bbd93389-e265-462e-ad47-046315aa388b/?format=api"
        },
        {
            "id": "6dd190cf-6051-45ee-863b-c26d35883ed7",
            "gambit_id": "ffcc7cc4-7399-47ca-a0f0-55bcb813698c",
            "last_updated": "2023-04-07T20:42:14.503030-04:00",
            "created_at": "2023-04-06T14:26:49.837895-04:00",
            "name": "Game Total Over 6.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bbd93389-e265-462e-ad47-046315aa388b/?format=api"
        }
    ]
}