GET /api/bet_types/3152e401-82cd-44d3-ac91-26244b0ddea4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3152e401-82cd-44d3-ac91-26244b0ddea4",
    "match": "https://api-prod.gambitprofit.com/api/matches/e55df1a6-301b-4557-9c21-cfc4b84b4b52/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-01T09:23:07.973462-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 9",
                "amount": 5094.0
            },
            {
                "team": "Game Total Under 9",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "a676666a-8323-465f-8926-644a54336242",
            "gambit_id": "0b60a802-e9bf-4fc0-9fe8-4014c9bee30e",
            "last_updated": "2023-07-03T01:08:11.238983-04:00",
            "created_at": "2023-07-01T09:23:07.975343-04:00",
            "name": "Game Total Over 9",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3152e401-82cd-44d3-ac91-26244b0ddea4/?format=api"
        },
        {
            "id": "53b079c6-a0c9-4e4e-9c10-75aae1630b49",
            "gambit_id": "7554e6b4-7cbf-47c8-8587-4603b66a6184",
            "last_updated": "2023-07-03T01:08:11.240614-04:00",
            "created_at": "2023-07-01T09:23:07.977420-04:00",
            "name": "Game Total Under 9",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3152e401-82cd-44d3-ac91-26244b0ddea4/?format=api"
        }
    ]
}