GET /api/bet_types/0a48ab0c-1fa0-45b9-87ad-dc9ef6ed5231/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0a48ab0c-1fa0-45b9-87ad-dc9ef6ed5231",
    "match": "https://api-prod.gambitprofit.com/api/matches/1bf16b07-719a-423f-90c3-945a523e050d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-06T09:18:06.813375-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": "Indianapolis Colts",
                "amount": 5000.0
            },
            {
                "team": "Cincinnati Bengals",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "99dbd061-4aad-4612-a91b-5fd33ed8e7e5",
            "gambit_id": "cfacf997-80bc-47c3-b538-07f3534b6705",
            "last_updated": "2023-12-11T19:38:18.974981-05:00",
            "created_at": "2023-12-06T09:18:06.822232-05:00",
            "name": "Indianapolis Colts",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0a48ab0c-1fa0-45b9-87ad-dc9ef6ed5231/?format=api"
        },
        {
            "id": "465ef674-41fd-40a6-876c-2cdf5fdafe29",
            "gambit_id": "2f79461f-611b-4392-aa62-7c1c5144436f",
            "last_updated": "2023-12-11T19:38:18.979143-05:00",
            "created_at": "2023-12-06T09:18:06.827122-05:00",
            "name": "Cincinnati Bengals",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0a48ab0c-1fa0-45b9-87ad-dc9ef6ed5231/?format=api"
        }
    ]
}