GET /api/bet_types/2f266e8e-1381-4821-a1a7-9702c40d84f9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2f266e8e-1381-4821-a1a7-9702c40d84f9",
    "match": "https://api-prod.gambitprofit.com/api/matches/e004dc59-3f0a-4f67-953d-ca4c12ecd529/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-18T09:07:14.202133-05: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 6.5",
                "amount": 5106.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9395.04,
        "profit_sb": -104.96,
        "profit_sb_percentage": -1.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "07048363-d016-4ca8-ba97-45290fe8a83c",
            "gambit_id": "ccd4b8c5-46a4-4f9b-b685-cbd869f45314",
            "last_updated": "2023-02-19T16:07:15.852947-05:00",
            "created_at": "2023-02-18T09:07:14.204743-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f266e8e-1381-4821-a1a7-9702c40d84f9/?format=api"
        },
        {
            "id": "25e240ee-acf6-416a-8ee8-ec47ae6d5cd1",
            "gambit_id": "ada2d706-c807-4020-88a0-89f07f74ef26",
            "last_updated": "2023-02-19T16:07:15.848911-05:00",
            "created_at": "2023-02-18T09:07:14.203433-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.92000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f266e8e-1381-4821-a1a7-9702c40d84f9/?format=api"
        }
    ]
}