GET /api/bet_types/553d49fb-71bd-4dcc-b66b-4a679df8f9a6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "553d49fb-71bd-4dcc-b66b-4a679df8f9a6",
    "match": "https://api-prod.gambitprofit.com/api/matches/dea859da-f75d-434b-8fb0-5650f21ee5ad/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-07T09:41:57.549499-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 Under 237",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 237",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "f7ac2457-6d73-43da-966e-8bc8ef7b051b",
            "gambit_id": "507ee96a-d805-4a55-afb2-6af620d5a66b",
            "last_updated": "2023-03-08T09:31:57.159994-05:00",
            "created_at": "2023-03-07T09:41:57.550939-05:00",
            "name": "Game Total Under 237",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "237.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/553d49fb-71bd-4dcc-b66b-4a679df8f9a6/?format=api"
        },
        {
            "id": "85ead5a0-a952-438b-9492-34878c112edf",
            "gambit_id": "2b20a103-4dc7-482f-a55a-58eabea0db4c",
            "last_updated": "2023-03-08T09:31:57.161145-05:00",
            "created_at": "2023-03-07T09:41:57.552396-05:00",
            "name": "Game Total Over 237",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "237.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/553d49fb-71bd-4dcc-b66b-4a679df8f9a6/?format=api"
        }
    ]
}