GET /api/bet_types/d0d140c2-9447-4169-b8d5-7f1382102061/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d0d140c2-9447-4169-b8d5-7f1382102061",
    "match": "https://api-prod.gambitprofit.com/api/matches/1d29d6b0-ed03-45a5-a127-8b5a06b4de8b/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-23T11:47:58.080715-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": "08da60aa-ca4b-439e-b3f6-eabd9571020c",
            "gambit_id": "5f4ea690-f2d5-469f-917f-04f18ffad5b2",
            "last_updated": "2023-07-24T13:33:11.520867-04:00",
            "created_at": "2023-07-23T11:47:58.093934-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/d0d140c2-9447-4169-b8d5-7f1382102061/?format=api"
        },
        {
            "id": "2ea815d3-9285-42d3-92e6-1ae8251e4a61",
            "gambit_id": "d7d94fbf-f0f3-42c8-81f4-4bd53e24d311",
            "last_updated": "2023-07-24T13:33:11.517260-04:00",
            "created_at": "2023-07-23T11:47:58.084399-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/d0d140c2-9447-4169-b8d5-7f1382102061/?format=api"
        }
    ]
}