GET /api/bet_types/f98a7f18-fff9-4f0c-91c4-25ecc1c0a0ba/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f98a7f18-fff9-4f0c-91c4-25ecc1c0a0ba",
    "match": "https://api-prod.gambitprofit.com/api/matches/75ac4f20-6160-46d8-b461-eb7d778840fe/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-31T10:23:03.841427-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": "3ed43bdc-ed0d-40d8-b34c-dac7885beeb0",
            "gambit_id": "2f4540d6-cf0c-459c-9d6b-2186e8865994",
            "last_updated": "2023-08-01T11:03:23.875584-04:00",
            "created_at": "2023-07-31T10:23:03.850162-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/f98a7f18-fff9-4f0c-91c4-25ecc1c0a0ba/?format=api"
        },
        {
            "id": "6254b2d9-5c3b-4318-8901-0325476c22be",
            "gambit_id": "4b2b3fc1-84af-48e6-84fe-06e49451036b",
            "last_updated": "2023-08-01T11:03:23.872105-04:00",
            "created_at": "2023-07-31T10:23:03.845937-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/f98a7f18-fff9-4f0c-91c4-25ecc1c0a0ba/?format=api"
        }
    ]
}