GET /api/bet_types/4294364b-d670-444b-a236-8d5677f01060/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4294364b-d670-444b-a236-8d5677f01060",
    "match": "https://api-prod.gambitprofit.com/api/matches/83349f30-9018-4be1-a0bf-50b9ea8ba9cd/?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 7.5",
                "amount": 5208.0
            },
            {
                "team": "Game Total Over 7.5",
                "amount": 4792.0
            }
        ],
        "expected_reward_tokens": 9008.96,
        "profit_sb": 8.96,
        "profit_sb_percentage": 0.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "31b205b3-e183-4fff-895f-31c4b87fc201",
            "gambit_id": "f76a8894-1e4b-4238-83c8-7aab29b3b6bb",
            "last_updated": "2022-09-24T21:17:24.661656-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7.5",
            "reward": "1.73000",
            "odds": "1.83330",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4294364b-d670-444b-a236-8d5677f01060/?format=api"
        },
        {
            "id": "2ba39dd1-e586-472c-8240-8cd81a7ef1af",
            "gambit_id": "91a83bc3-61b2-4f32-a27e-a82fff4b4035",
            "last_updated": "2022-09-24T21:17:24.662680-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7.5",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4294364b-d670-444b-a236-8d5677f01060/?format=api"
        }
    ]
}