GET /api/bet_types/e698cff4-0c89-4bdb-9930-89e408a997d0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e698cff4-0c89-4bdb-9930-89e408a997d0",
    "match": "https://api-prod.gambitprofit.com/api/matches/18ad44cc-8567-4d1c-8a93-c75ba07908e5/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-17T09:23:18.373891-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 Over 6.5",
                "amount": 5512.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "2b83f88b-7ef1-49d8-8eb6-c200dae4333f",
            "gambit_id": "7b6a78f0-2170-4407-bec9-9b0994afd290",
            "last_updated": "2023-11-18T18:03:24.207951-05:00",
            "created_at": "2023-11-17T09:23:18.379560-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e698cff4-0c89-4bdb-9930-89e408a997d0/?format=api"
        },
        {
            "id": "f4c80522-90cc-485f-b9dc-29d978f1b440",
            "gambit_id": "c31e4e10-9a96-4817-9cd8-10f5c5e8c1d4",
            "last_updated": "2023-11-18T18:03:24.213530-05:00",
            "created_at": "2023-11-17T09:23:18.384860-05:00",
            "name": "Game Total Under 6.5",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e698cff4-0c89-4bdb-9930-89e408a997d0/?format=api"
        }
    ]
}