GET /api/bet_types/5e35ca99-c5bc-46e7-93e1-e830148e0753/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5e35ca99-c5bc-46e7-93e1-e830148e0753",
    "match": "https://api-prod.gambitprofit.com/api/matches/ff3d2f02-1b7e-4d0d-a7d3-2ce676f8b9ff/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-11T12:17:21.495457-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 2.5",
                "amount": 5057.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4943.0
            }
        ],
        "expected_reward_tokens": 8748.61,
        "profit_sb": -251.39,
        "profit_sb_percentage": -2.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "78f42868-36cf-4e48-a126-42db21d15561",
            "gambit_id": "c1f4c546-d35c-425e-9ebb-85429fd16996",
            "last_updated": "2023-01-16T11:07:07.267014-05:00",
            "created_at": "2023-01-11T12:17:21.498013-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.73000",
            "odds": "1.85000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5e35ca99-c5bc-46e7-93e1-e830148e0753/?format=api"
        },
        {
            "id": "56dd9b82-0988-4f3d-a543-1bbdac8d0a90",
            "gambit_id": "171c35b7-602b-4ca2-994c-7df26dd836da",
            "last_updated": "2023-01-16T11:07:07.263821-05:00",
            "created_at": "2023-01-11T12:17:21.496673-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.77000",
            "odds": "1.90000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5e35ca99-c5bc-46e7-93e1-e830148e0753/?format=api"
        }
    ]
}