GET /api/bet_types/92e60cf0-32eb-4d3c-bf0e-839682ba31cd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "92e60cf0-32eb-4d3c-bf0e-839682ba31cd",
    "match": "https://api-prod.gambitprofit.com/api/matches/d37bcd2e-a466-4e73-8bbb-8506cd7b2567/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-16T17:37:16.035175-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 6.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "9979a174-109d-47d5-96ee-c8978634cd68",
            "gambit_id": "b85c3f56-fedc-4759-b7fe-5631ff4e6ad1",
            "last_updated": "2023-03-18T14:57:14.096909-04:00",
            "created_at": "2023-03-16T17:37:16.039211-04:00",
            "name": "Game Total Over 6.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/92e60cf0-32eb-4d3c-bf0e-839682ba31cd/?format=api"
        },
        {
            "id": "9cb6664a-9111-4dc1-bbbd-1038306ffef0",
            "gambit_id": "ffd6704f-daa4-4628-8357-7e2c703e091d",
            "last_updated": "2023-03-18T14:57:14.095583-04:00",
            "created_at": "2023-03-16T17:37:16.037364-04:00",
            "name": "Game Total Under 6.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/92e60cf0-32eb-4d3c-bf0e-839682ba31cd/?format=api"
        }
    ]
}