GET /api/bet_types/ed15e9d3-2b3b-4405-aafe-0f1ade32911b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ed15e9d3-2b3b-4405-aafe-0f1ade32911b",
    "match": "https://api-prod.gambitprofit.com/api/matches/30c9e884-dd5e-4a12-a18c-b685738590f4/?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": "Charlotte Hornets",
                "amount": 5000.0
            },
            {
                "team": "Cleveland Cavaliers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "4b1cd9e7-440f-407c-8141-19694d356567",
            "gambit_id": "8bbed3fe-3786-4a12-b0a4-5a8af209824d",
            "last_updated": "2022-11-19T10:43:34.174996-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Charlotte Hornets",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ed15e9d3-2b3b-4405-aafe-0f1ade32911b/?format=api"
        },
        {
            "id": "a57456a3-716c-44a0-b9c1-016ed2817633",
            "gambit_id": "c76834d4-c1a9-4e52-a52a-0055d808b2d5",
            "last_updated": "2022-11-19T10:43:34.173826-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ed15e9d3-2b3b-4405-aafe-0f1ade32911b/?format=api"
        }
    ]
}