GET /api/bet_types/ece15892-00ad-4035-b0a2-9a1a3e0e0e54/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ece15892-00ad-4035-b0a2-9a1a3e0e0e54",
    "match": "https://api-prod.gambitprofit.com/api/matches/768da15f-9ed6-4d98-95ca-a55b3d455174/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-18T08:46:57.088559-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 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": "e4a8128a-165d-4357-bdb9-3c8c06a9f451",
            "gambit_id": "b6df7ae8-185d-4a1a-a9de-25138a431172",
            "last_updated": "2023-03-19T16:56:50.573107-04:00",
            "created_at": "2023-03-18T08:46:57.091089-04: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/ece15892-00ad-4035-b0a2-9a1a3e0e0e54/?format=api"
        },
        {
            "id": "33960d86-efa3-44e5-951d-e689f207e23a",
            "gambit_id": "b10c07a5-8488-466e-b072-e58625c2a61c",
            "last_updated": "2023-03-19T16:56:50.571367-04:00",
            "created_at": "2023-03-18T08:46:57.093482-04: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/ece15892-00ad-4035-b0a2-9a1a3e0e0e54/?format=api"
        }
    ]
}