GET /api/bet_types/5ef98605-58cb-433a-9341-29e0955cc6e0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5ef98605-58cb-433a-9341-29e0955cc6e0",
    "match": "https://api-prod.gambitprofit.com/api/matches/ca10fb66-5013-4547-8b98-c546ee3d00a5/?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": "Georgia State",
                "amount": 5000.0
            },
            {
                "team": "South Carolina",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9150.0,
        "profit_sb": 150.0,
        "profit_sb_percentage": 1.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "3c4aacc9-91d0-4703-a96c-1b6a9dc44102",
            "gambit_id": "8f90af1d-8248-4f62-a0b5-74f105577a69",
            "last_updated": "2022-09-05T09:37:18.872558-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Georgia State",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "12.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5ef98605-58cb-433a-9341-29e0955cc6e0/?format=api"
        },
        {
            "id": "e3a15477-53c6-4a28-a7f7-5389f8c62933",
            "gambit_id": "fc6fef51-7607-4ab9-8c98-28e7c50caae9",
            "last_updated": "2022-09-05T09:37:18.871620-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "South Carolina",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "-12.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5ef98605-58cb-433a-9341-29e0955cc6e0/?format=api"
        }
    ]
}