GET /api/bet_types/439c293d-42d2-4bd5-957f-12fba3fa74e1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "439c293d-42d2-4bd5-957f-12fba3fa74e1",
    "match": "https://api-prod.gambitprofit.com/api/matches/64ac52c7-1bd7-4c28-8dc2-b1c0465d4ef1/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-30T08:18:12.991830-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 Over 7.5",
                "amount": 5319.0
            },
            {
                "team": "Game Total Under 7.5",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "afcb360a-2450-4264-b3d0-44406aab1120",
            "gambit_id": "c7e1c3e0-d366-4d7a-aa36-8d1b7f203f39",
            "last_updated": "2023-08-31T19:28:23.277058-04:00",
            "created_at": "2023-08-30T08:18:12.996368-04:00",
            "name": "Game Total Over 7.5",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/439c293d-42d2-4bd5-957f-12fba3fa74e1/?format=api"
        },
        {
            "id": "3f174831-f0c5-42c7-879e-d1e56146bb9f",
            "gambit_id": "5a52b1b6-94f2-4b58-88d4-430bfb3fa019",
            "last_updated": "2023-08-31T19:28:23.280314-04:00",
            "created_at": "2023-08-30T08:18:13.001859-04:00",
            "name": "Game Total Under 7.5",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/439c293d-42d2-4bd5-957f-12fba3fa74e1/?format=api"
        }
    ]
}