GET /api/bet_types/c7879c63-0619-43b9-ae35-7706ab0bbff2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c7879c63-0619-43b9-ae35-7706ab0bbff2",
    "match": "https://api-prod.gambitprofit.com/api/matches/11457d95-7dc2-426e-a95d-ea9af59780d5/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-07T11:33:29.930766-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 8",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 8",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "3435b691-86f8-418b-95b7-3e5c6a31706b",
            "gambit_id": "866be292-75e8-48d5-911d-2e427e70cac3",
            "last_updated": "2023-07-09T09:58:33.167619-04:00",
            "created_at": "2023-07-07T11:33:29.935948-04:00",
            "name": "Game Total Under 8",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c7879c63-0619-43b9-ae35-7706ab0bbff2/?format=api"
        },
        {
            "id": "a18f0c3c-5008-416f-89aa-bbba795c22b1",
            "gambit_id": "d614eb06-4078-4b63-82b9-415e6e6f0690",
            "last_updated": "2023-07-09T09:58:33.164938-04:00",
            "created_at": "2023-07-07T11:33:29.933385-04:00",
            "name": "Game Total Over 8",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c7879c63-0619-43b9-ae35-7706ab0bbff2/?format=api"
        }
    ]
}