GET /api/bet_types/61a6014a-8fd9-4b24-99e4-363034f0e6d0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "61a6014a-8fd9-4b24-99e4-363034f0e6d0",
    "match": "https://api-prod.gambitprofit.com/api/matches/637f0006-bd51-47dd-b3c8-3f23b3b7ca40/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-30T08:58:14.563320-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 226",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 226",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "a436848b-e6ae-4faa-9854-2e8cb27da778",
            "gambit_id": "7b0dd8fd-3f0a-48d8-9ce4-1b2c55c5326a",
            "last_updated": "2023-10-31T20:13:10.570545-04:00",
            "created_at": "2023-10-30T08:58:14.566743-04:00",
            "name": "Game Total Over 226",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "226.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/61a6014a-8fd9-4b24-99e4-363034f0e6d0/?format=api"
        },
        {
            "id": "d0547e77-bb86-473c-ab5c-7c4da4e13b30",
            "gambit_id": "efd55886-66a4-4927-89e1-4a6d751bedd5",
            "last_updated": "2023-10-31T20:13:10.573914-04:00",
            "created_at": "2023-10-30T08:58:14.570799-04:00",
            "name": "Game Total Under 226",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "226.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/61a6014a-8fd9-4b24-99e4-363034f0e6d0/?format=api"
        }
    ]
}