GET /api/bet_types/a0b99509-20a2-487f-98b7-d2154f8622c5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a0b99509-20a2-487f-98b7-d2154f8622c5",
    "match": "https://api-prod.gambitprofit.com/api/matches/2989798c-04c8-4293-a02e-06348d30faf6/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-31T09:58:18.740554-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 2.5",
                "amount": 6469.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 3531.0
            }
        ],
        "expected_reward_tokens": 9250.67,
        "profit_sb": -249.33,
        "profit_sb_percentage": -2.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "7478fe99-c06e-435a-bb1e-24a1f8a7b07f",
            "gambit_id": "8fc6b103-7b57-4eba-a7f4-a8fbb1e787aa",
            "last_updated": "2024-02-01T10:53:00.758354-05:00",
            "created_at": "2024-01-31T09:58:18.744573-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.43000",
            "odds": "1.45000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a0b99509-20a2-487f-98b7-d2154f8622c5/?format=api"
        },
        {
            "id": "0dc84d22-b040-4912-ad2c-e1477460e604",
            "gambit_id": "93c2ba37-e760-4fdb-af97-37f9fbd2a71e",
            "last_updated": "2024-02-01T10:53:00.761770-05:00",
            "created_at": "2024-01-31T09:58:18.749191-05:00",
            "name": "Game Total Under 2.5",
            "reward": "2.62000",
            "odds": "2.70000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a0b99509-20a2-487f-98b7-d2154f8622c5/?format=api"
        }
    ]
}