GET /api/bet_types/13fa1834-e7e7-4c2b-9371-4651fad9d625/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "13fa1834-e7e7-4c2b-9371-4651fad9d625",
    "match": "https://api-prod.gambitprofit.com/api/matches/dc32e4dc-da8f-4b62-b98a-aebe4265dace/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-28T10:03:12.618371-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 238.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 238.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "14890d8c-dcaf-4578-8216-f60591cbad1b",
            "gambit_id": "fcc026af-3721-4149-a6bf-eeaf9e0edc04",
            "last_updated": "2023-12-30T16:28:08.903645-05:00",
            "created_at": "2023-12-28T10:03:12.622064-05:00",
            "name": "Game Total Over 238.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "238.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/13fa1834-e7e7-4c2b-9371-4651fad9d625/?format=api"
        },
        {
            "id": "d6d7b94b-8de9-46ff-a5bb-8d7617dad257",
            "gambit_id": "f0e590ef-d12b-4cd8-ab73-f0921a42a59b",
            "last_updated": "2023-12-30T16:28:08.895346-05:00",
            "created_at": "2023-12-28T10:03:12.626297-05:00",
            "name": "Game Total Under 238.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "238.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/13fa1834-e7e7-4c2b-9371-4651fad9d625/?format=api"
        }
    ]
}