GET /api/bet_types/c6f0b862-2769-497b-9f7c-26a64219923c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c6f0b862-2769-497b-9f7c-26a64219923c",
    "match": "https://api-prod.gambitprofit.com/api/matches/0cf4124c-e7cb-4528-a290-71adcc556dc6/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-16T09:23:12.574937-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.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 9.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "18d84dbd-c99b-4f27-95fc-4d9f810179e4",
            "gambit_id": "334934e9-697a-4df0-93b0-b5a089aaeff2",
            "last_updated": "2023-09-18T09:08:28.786539-04:00",
            "created_at": "2023-09-16T09:23:12.582614-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6f0b862-2769-497b-9f7c-26a64219923c/?format=api"
        },
        {
            "id": "341ce6f2-afdd-4a53-8201-aa4731c19460",
            "gambit_id": "746ad969-9c17-41bc-be50-de3e9adaf652",
            "last_updated": "2023-09-18T09:08:28.781093-04:00",
            "created_at": "2023-09-16T09:23:12.578923-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6f0b862-2769-497b-9f7c-26a64219923c/?format=api"
        }
    ]
}