GET /api/bet_types/9b9f7c24-088f-4c80-b22b-dbdfe5e93732/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9b9f7c24-088f-4c80-b22b-dbdfe5e93732",
    "match": "https://api-prod.gambitprofit.com/api/matches/04e85ab9-8029-45e7-a39a-de0da05cd4eb/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-18T12:11:58.812389-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 2.5",
                "amount": 5376.0
            },
            {
                "team": "Game Total Over 2.5",
                "amount": 4624.0
            }
        ],
        "expected_reward_tokens": 9246.72,
        "profit_sb": -253.28,
        "profit_sb_percentage": -2.67,
        "recommended": false
    },
    "lines": [
        {
            "id": "f4746e29-27f8-4ee8-846a-4637d7f47de0",
            "gambit_id": "3e203b96-2bb2-4d5b-8aaf-6dca315f342c",
            "last_updated": "2023-04-19T20:52:00.055438-04:00",
            "created_at": "2023-04-18T12:11:58.815437-04:00",
            "name": "Game Total Under 2.5",
            "reward": "1.72000",
            "odds": "1.75000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9b9f7c24-088f-4c80-b22b-dbdfe5e93732/?format=api"
        },
        {
            "id": "fa530ab2-9ba8-46da-8731-3d8340853f13",
            "gambit_id": "7058bac9-6676-477c-ae9b-c87d81a12b06",
            "last_updated": "2023-04-19T20:52:00.057360-04:00",
            "created_at": "2023-04-18T12:11:58.818424-04:00",
            "name": "Game Total Over 2.5",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9b9f7c24-088f-4c80-b22b-dbdfe5e93732/?format=api"
        }
    ]
}