GET /api/bet_types/b4e0113f-c881-45e9-8054-8a589462523b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b4e0113f-c881-45e9-8054-8a589462523b",
    "match": "https://api-prod.gambitprofit.com/api/matches/93a9e695-e30f-47dd-bf62-0be9c9f91ced/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-24T08:57:56.873913-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 6.5",
                "amount": 5423.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": -118.21,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "f0392d8e-fffa-4e4e-9758-17a2294feba1",
            "gambit_id": "54199ebf-7d92-4ba6-81f2-f703b115f218",
            "last_updated": "2023-10-26T10:23:04.515509-04:00",
            "created_at": "2023-10-24T08:57:56.884604-04:00",
            "name": "Game Total Over 6.5",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b4e0113f-c881-45e9-8054-8a589462523b/?format=api"
        },
        {
            "id": "5f2b7735-cb1d-4488-94bf-c7945da3af9c",
            "gambit_id": "b31ca991-2198-4211-867f-e9538b3cecf7",
            "last_updated": "2023-10-26T10:23:04.520618-04:00",
            "created_at": "2023-10-24T08:57:56.890065-04:00",
            "name": "Game Total Under 6.5",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b4e0113f-c881-45e9-8054-8a589462523b/?format=api"
        }
    ]
}