GET /api/bet_types/abf9f408-6306-4c3f-ae57-da87c0cdf9c2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "abf9f408-6306-4c3f-ae57-da87c0cdf9c2",
    "match": "https://api-prod.gambitprofit.com/api/matches/7e8c562b-0bbb-44fd-9fed-b02d011eaca5/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-13T09:38:16.398004-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 229",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 229",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "805cf15c-b91a-4978-b7f4-62fdc55893df",
            "gambit_id": "d62fb151-62d1-4e69-a39a-750a8ff2f57a",
            "last_updated": "2024-01-16T11:08:15.172589-05:00",
            "created_at": "2024-01-13T09:38:16.407178-05:00",
            "name": "Game Total Over 229",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "229.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/abf9f408-6306-4c3f-ae57-da87c0cdf9c2/?format=api"
        },
        {
            "id": "f652c26e-77bb-42df-8917-87a916abcbec",
            "gambit_id": "49a6caa3-76c7-4e09-98f3-221b67792f58",
            "last_updated": "2024-01-16T11:08:15.176709-05:00",
            "created_at": "2024-01-13T09:38:16.402184-05:00",
            "name": "Game Total Under 229",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "229.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/abf9f408-6306-4c3f-ae57-da87c0cdf9c2/?format=api"
        }
    ]
}