GET /api/bet_types/c2bab192-0028-44ed-bb1c-81a4fd518a6f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c2bab192-0028-44ed-bb1c-81a4fd518a6f",
    "match": "https://api-prod.gambitprofit.com/api/matches/56662e1b-ffdd-4d4e-83f8-2b50104452f7/?format=api",
    "name": "Play the Odds",
    "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": "Miami-Ohio",
                "amount": 5000.0
            },
            {
                "team": "Akron",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "eeca4bd7-adbb-454b-bbeb-a4ab916cd14e",
            "gambit_id": "d0b5be6d-7aa2-4172-b4fa-e23b488cb998",
            "last_updated": "2022-10-31T10:52:25.413111-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Miami-Ohio",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c2bab192-0028-44ed-bb1c-81a4fd518a6f/?format=api"
        },
        {
            "id": "03e0d7f0-3074-4547-b287-a815d77c1d00",
            "gambit_id": "5d65271e-a0ba-451d-8346-b720a2f82840",
            "last_updated": "2022-10-31T10:52:25.412186-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Akron",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c2bab192-0028-44ed-bb1c-81a4fd518a6f/?format=api"
        }
    ]
}