GET /api/bet_types/add14afd-19a3-45d8-838c-539a0f7d6a4c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "add14afd-19a3-45d8-838c-539a0f7d6a4c",
    "match": "https://api-prod.gambitprofit.com/api/matches/3e726164-99f4-41f2-aa1c-297aa63f5dea/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-03T11:22:12.905871-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 10.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 10.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "40bfb8cf-709f-4779-b92f-3c95f25900a4",
            "gambit_id": "32277aeb-04a0-4559-bc86-0b5a2fbb605b",
            "last_updated": "2023-06-05T10:57:20.374979-04:00",
            "created_at": "2023-06-03T11:22:12.911656-04:00",
            "name": "Game Total Under 10.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/add14afd-19a3-45d8-838c-539a0f7d6a4c/?format=api"
        },
        {
            "id": "517e442d-3f14-4a5c-8c08-4c25540d237c",
            "gambit_id": "11764257-9db0-47ce-8c85-566b4d9b3d6a",
            "last_updated": "2023-06-05T10:57:20.372792-04:00",
            "created_at": "2023-06-03T11:22:12.908411-04:00",
            "name": "Game Total Over 10.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/add14afd-19a3-45d8-838c-539a0f7d6a4c/?format=api"
        }
    ]
}