GET /api/bet_types/9c85cc25-a4c8-4c78-967c-97fa4e0c8228/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9c85cc25-a4c8-4c78-967c-97fa4e0c8228",
    "match": "https://api-prod.gambitprofit.com/api/matches/25b1ceb5-c262-43d7-b95e-fc414aece9cc/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-29T08:08:07.035071-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 9",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 9",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "89cc4f8b-1de8-490c-a74f-975e8c5e767e",
            "gambit_id": "26da9d72-345e-4060-aede-f5e1ae2eee91",
            "last_updated": "2023-07-31T13:08:19.867126-04:00",
            "created_at": "2023-07-29T08:08:07.043656-04:00",
            "name": "Game Total Under 9",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9c85cc25-a4c8-4c78-967c-97fa4e0c8228/?format=api"
        },
        {
            "id": "fe8a7deb-d054-406e-ab79-2333d740d14e",
            "gambit_id": "2c9da5cf-5092-4ffe-9d2e-947b54e22da3",
            "last_updated": "2023-07-31T13:08:19.863112-04:00",
            "created_at": "2023-07-29T08:08:07.038992-04:00",
            "name": "Game Total Over 9",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9c85cc25-a4c8-4c78-967c-97fa4e0c8228/?format=api"
        }
    ]
}