GET /api/bet_types/1ea0936d-1a20-440d-80d3-66b8c244a4fc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1ea0936d-1a20-440d-80d3-66b8c244a4fc",
    "match": "https://api-prod.gambitprofit.com/api/matches/5ebcd461-b72c-41dc-a23a-4cb4e1c8a1ef/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-23T11:47:59.895776-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": "7be9cf5d-1c7e-46b7-994c-6cdb3210743c",
            "gambit_id": "93e2f4c7-044b-4097-989c-189620e1d9df",
            "last_updated": "2023-07-24T13:23:14.602520-04:00",
            "created_at": "2023-07-23T11:47:59.903457-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/1ea0936d-1a20-440d-80d3-66b8c244a4fc/?format=api"
        },
        {
            "id": "4f6cf63c-b298-4206-9399-ee3b6540f61e",
            "gambit_id": "153f684c-1813-49ed-a323-8e78953428ad",
            "last_updated": "2023-07-24T13:23:14.599320-04:00",
            "created_at": "2023-07-23T11:47:59.899540-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/1ea0936d-1a20-440d-80d3-66b8c244a4fc/?format=api"
        }
    ]
}