GET /api/bet_types/00220d06-f864-4dc5-8fab-394d5a0796d8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "00220d06-f864-4dc5-8fab-394d5a0796d8",
    "match": "https://api-prod.gambitprofit.com/api/matches/e117670f-8a9b-4b3d-bc86-c84c1edc85dc/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-30T10:43:13.096083-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": "e1fa68ff-5ebb-4722-a738-e842a1480edf",
            "gambit_id": "3d2fb278-4a7c-424a-bed7-e48de0118137",
            "last_updated": "2024-01-01T19:53:20.952183-05:00",
            "created_at": "2023-12-30T10:43:13.099921-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/00220d06-f864-4dc5-8fab-394d5a0796d8/?format=api"
        },
        {
            "id": "4649d62b-515d-47f9-8235-0e49dd64be81",
            "gambit_id": "f0c1dc3d-2d66-439b-bf25-80b293161a6b",
            "last_updated": "2024-01-01T19:53:20.955538-05:00",
            "created_at": "2023-12-30T10:43:13.103888-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/00220d06-f864-4dc5-8fab-394d5a0796d8/?format=api"
        }
    ]
}