GET /api/bet_types/1cb808cb-7015-4a32-bbc5-a02cc4841ce5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1cb808cb-7015-4a32-bbc5-a02cc4841ce5",
    "match": "https://api-prod.gambitprofit.com/api/matches/08454720-0bd2-4519-8731-642d151bdd21/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-30T08:58:13.366341-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 9",
                "amount": 5214.0
            },
            {
                "team": "Game Total Under 9",
                "amount": 4786.0
            }
        ],
        "expected_reward_tokens": 9332.7,
        "profit_sb": -167.3,
        "profit_sb_percentage": -1.76,
        "recommended": false
    },
    "lines": [
        {
            "id": "59e64e7b-41d1-4b09-826f-a1425dacc6be",
            "gambit_id": "1a5677b9-809f-4d3f-92c6-564ab5056cd4",
            "last_updated": "2023-10-31T10:08:14.338680-04:00",
            "created_at": "2023-10-30T08:58:13.373222-04:00",
            "name": "Game Total Over 9",
            "reward": "1.79000",
            "odds": "1.83330",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1cb808cb-7015-4a32-bbc5-a02cc4841ce5/?format=api"
        },
        {
            "id": "77d70db5-765d-48ca-8b3e-6802e21c856f",
            "gambit_id": "bf142b6e-8e72-4ade-92a3-54d56f8b2a51",
            "last_updated": "2023-10-31T10:08:14.341936-04:00",
            "created_at": "2023-10-30T08:58:13.377467-04:00",
            "name": "Game Total Under 9",
            "reward": "1.95000",
            "odds": "2.00000",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1cb808cb-7015-4a32-bbc5-a02cc4841ce5/?format=api"
        }
    ]
}