GET /api/bet_types/582c703e-cb52-400d-a7ff-79002479db41/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "582c703e-cb52-400d-a7ff-79002479db41",
    "match": "https://api-prod.gambitprofit.com/api/matches/07c47da5-7cff-41e2-b4fa-cde10cf47524/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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": 6932.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 3068.0
            }
        ],
        "expected_reward_tokens": 9357.4,
        "profit_sb": -142.6,
        "profit_sb_percentage": -1.5,
        "recommended": false
    },
    "lines": [
        {
            "id": "6de1ba16-8eba-4f44-ac84-9b26f0e6adb5",
            "gambit_id": "45899875-c191-4bc7-860a-fe4ba0eb378d",
            "last_updated": "2022-10-27T12:02:07.689834-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.35000",
            "odds": "1.36000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/582c703e-cb52-400d-a7ff-79002479db41/?format=api"
        },
        {
            "id": "012c9327-e629-4e74-865f-0478e6006f78",
            "gambit_id": "4cc11cad-fe0d-4a27-8c4e-1f06aff07eb1",
            "last_updated": "2022-10-27T12:02:07.688656-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "3.05000",
            "odds": "3.10000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/582c703e-cb52-400d-a7ff-79002479db41/?format=api"
        }
    ]
}