GET /api/bet_types/083d64a9-9cf6-43d3-8279-f16af6f724fb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "083d64a9-9cf6-43d3-8279-f16af6f724fb",
    "match": "https://api-prod.gambitprofit.com/api/matches/9eb8c4bb-84f9-444c-aad0-4a88f7563ece/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-08T11:07:18.109264-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 230",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 230",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "ae55262d-6ae1-4ea5-80f7-720182822e58",
            "gambit_id": "94adf4a2-13d1-4c55-b8e2-7573be4061e6",
            "last_updated": "2023-04-09T11:42:19.306347-04:00",
            "created_at": "2023-04-08T11:07:18.113576-04:00",
            "name": "Game Total Over 230",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "230.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/083d64a9-9cf6-43d3-8279-f16af6f724fb/?format=api"
        },
        {
            "id": "b2ac954c-8857-4bd9-923f-b6a4db6d9c62",
            "gambit_id": "00dd63d0-a660-4a3b-9d2e-cae0dbcf508f",
            "last_updated": "2023-04-09T11:42:19.303157-04:00",
            "created_at": "2023-04-08T11:07:18.111591-04:00",
            "name": "Game Total Under 230",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "230.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/083d64a9-9cf6-43d3-8279-f16af6f724fb/?format=api"
        }
    ]
}