GET /api/bet_types/e4b5655b-6794-4872-a8aa-f5a7e5b4d577/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e4b5655b-6794-4872-a8aa-f5a7e5b4d577",
    "match": "https://api-prod.gambitprofit.com/api/matches/75c5ec2d-824d-4965-8ae1-1ba36c49bc5f/?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": "Vancouver Canucks",
                "amount": 6715.0
            },
            {
                "team": "Seattle Kraken",
                "amount": 3285.0
            }
        ],
        "expected_reward_tokens": 9065.25,
        "profit_sb": 65.25,
        "profit_sb_percentage": 0.72,
        "recommended": true
    },
    "lines": [
        {
            "id": "65004a64-654e-4fbd-9795-6b59ea7b1bab",
            "gambit_id": "ffb4b1fe-bef7-4fd5-b524-7ddf9f711d78",
            "last_updated": "2022-12-23T11:57:12.739419-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Vancouver Canucks",
            "reward": "1.35000",
            "odds": "1.40820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e4b5655b-6794-4872-a8aa-f5a7e5b4d577/?format=api"
        },
        {
            "id": "9b5c5e08-547b-4a0a-a813-95ac123e31fd",
            "gambit_id": "7251f082-4cc6-486c-a5d5-09a40625e058",
            "last_updated": "2022-12-23T11:57:12.740484-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Seattle Kraken",
            "reward": "2.76000",
            "odds": "3.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e4b5655b-6794-4872-a8aa-f5a7e5b4d577/?format=api"
        }
    ]
}