GET /api/bet_types/b8db949c-6bd7-470f-ad60-ec4a200cd5af/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b8db949c-6bd7-470f-ad60-ec4a200cd5af",
    "match": "https://api-prod.gambitprofit.com/api/matches/6c388846-ac81-4a4a-97fc-bd9faad74bdf/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-23T11:22:14.372881-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.5",
                "amount": 5106.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9395.04,
        "profit_sb": -104.96,
        "profit_sb_percentage": -1.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "8c168609-f91b-423e-9140-fc7fffe524cb",
            "gambit_id": "175fcf54-8799-4ad6-bc81-43e4635ecc6c",
            "last_updated": "2023-02-24T12:46:55.430397-05:00",
            "created_at": "2023-02-23T11:22:14.374441-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b8db949c-6bd7-470f-ad60-ec4a200cd5af/?format=api"
        },
        {
            "id": "0da3825d-b400-4240-b4b8-358e920d739f",
            "gambit_id": "b091dbdb-f5cf-4f35-970b-6d22775607fa",
            "last_updated": "2023-02-24T12:46:55.431606-05:00",
            "created_at": "2023-02-23T11:22:14.375832-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.92000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b8db949c-6bd7-470f-ad60-ec4a200cd5af/?format=api"
        }
    ]
}