GET /api/bet_types/cab91a05-e27c-466c-86d3-80fb67c1ec7c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cab91a05-e27c-466c-86d3-80fb67c1ec7c",
    "match": "https://api-prod.gambitprofit.com/api/matches/85e8d44d-3aab-4911-8d17-412f4e6cd281/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-16T09:23:13.626125-05: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 6",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "aa270f57-72ac-4fc7-b481-8f9a85e472f2",
            "gambit_id": "518a7554-2c8b-47d7-b82f-71c3ca49d664",
            "last_updated": "2023-12-18T10:18:30.270652-05:00",
            "created_at": "2023-12-16T09:23:13.633996-05:00",
            "name": "Game Total Under 6",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cab91a05-e27c-466c-86d3-80fb67c1ec7c/?format=api"
        },
        {
            "id": "357f78c8-9e25-47e6-87c4-3bc2edf43b75",
            "gambit_id": "6a9aa06b-7f0f-4170-9c64-759ad6a4a439",
            "last_updated": "2023-12-18T10:18:30.267149-05:00",
            "created_at": "2023-12-16T09:23:13.629851-05:00",
            "name": "Game Total Over 6",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cab91a05-e27c-466c-86d3-80fb67c1ec7c/?format=api"
        }
    ]
}