GET /api/bet_types/26452885-ca67-478b-a0ae-ba8004d5e2f3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "26452885-ca67-478b-a0ae-ba8004d5e2f3",
    "match": "https://api-prod.gambitprofit.com/api/matches/d53272e7-fbfb-466a-8bfa-c929c6ae0684/?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 38.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 38.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9150.0,
        "profit_sb": 150.0,
        "profit_sb_percentage": 1.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "24050e49-3739-483e-bea6-6273aabf452e",
            "gambit_id": "d19a3666-55bb-448c-86b7-94e43b5493d6",
            "last_updated": "2022-08-19T10:16:56.682514-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 38.5",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "38.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/26452885-ca67-478b-a0ae-ba8004d5e2f3/?format=api"
        },
        {
            "id": "31a1754e-5c80-4785-afad-b144665b93cf",
            "gambit_id": "372ba269-f684-4225-ae6e-c93b042f3355",
            "last_updated": "2022-08-19T10:16:56.682017-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 38.5",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "38.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/26452885-ca67-478b-a0ae-ba8004d5e2f3/?format=api"
        }
    ]
}