GET /api/bet_types/2320a798-7bc9-4e00-9942-f16baedc4900/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2320a798-7bc9-4e00-9942-f16baedc4900",
    "match": "https://api-prod.gambitprofit.com/api/matches/d5b53d54-3a6c-41a3-b4e1-700af800ae05/?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 Under 6",
                "amount": 5209.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 4791.0
            }
        ],
        "expected_reward_tokens": 8959.17,
        "profit_sb": -40.83,
        "profit_sb_percentage": -0.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "9410aedc-b7b4-4c77-a2fb-6b1d77e5bad1",
            "gambit_id": "21ac7d9d-9956-450c-95d9-7a3205d1b5c2",
            "last_updated": "2022-12-20T20:12:22.619726-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6",
            "reward": "1.72000",
            "odds": "1.83330",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2320a798-7bc9-4e00-9942-f16baedc4900/?format=api"
        },
        {
            "id": "22ba9b60-b067-44d2-892e-5ecbddae1194",
            "gambit_id": "27607fee-9e5a-4185-bee3-2bd3c0176087",
            "last_updated": "2022-12-20T20:12:22.620838-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6",
            "reward": "1.87000",
            "odds": "2.00000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2320a798-7bc9-4e00-9942-f16baedc4900/?format=api"
        }
    ]
}