GET /api/bet_types/4a5ea076-a97c-45da-8421-a1d7328ba0ae/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4a5ea076-a97c-45da-8421-a1d7328ba0ae",
    "match": "https://api-prod.gambitprofit.com/api/matches/0a03f3f0-58b9-4d2c-b03c-1bf4c0920372/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-16T09:23:12.916188-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 233",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 233",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "c908ec33-4f01-4307-836f-104488904284",
            "gambit_id": "fc33fc6a-a60b-4d95-9b6f-d31a3aa5eb0d",
            "last_updated": "2023-12-18T10:33:33.913902-05:00",
            "created_at": "2023-12-16T09:23:12.923284-05:00",
            "name": "Game Total Under 233",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "233.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4a5ea076-a97c-45da-8421-a1d7328ba0ae/?format=api"
        },
        {
            "id": "c9118a9c-d305-47a5-b3b8-44dd63866ee5",
            "gambit_id": "e9a2d23e-0b34-4c5f-bd7f-e8fcca1c39f4",
            "last_updated": "2023-12-18T10:33:33.917127-05:00",
            "created_at": "2023-12-16T09:23:12.919582-05:00",
            "name": "Game Total Over 233",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "233.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4a5ea076-a97c-45da-8421-a1d7328ba0ae/?format=api"
        }
    ]
}