GET /api/bet_types/fd079de7-897e-4d94-bbed-c7a56fd8635e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fd079de7-897e-4d94-bbed-c7a56fd8635e",
    "match": "https://api-prod.gambitprofit.com/api/matches/9d4ba2be-8094-4999-bd92-641cf1caa51a/?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": "San Diego State",
                "amount": 5000.0
            },
            {
                "team": "UNLV",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "ac02c396-2cf5-4c91-95b1-d244fcc9d03e",
            "gambit_id": "bd93e0d7-cf9b-4dc6-90ed-68806c8f9328",
            "last_updated": "2022-11-06T16:13:03.446856-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Diego State",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fd079de7-897e-4d94-bbed-c7a56fd8635e/?format=api"
        },
        {
            "id": "68bbef91-6be8-4dc6-9830-5f660bf61712",
            "gambit_id": "6810f7ab-48a4-4e0c-90f8-aaab46c717cc",
            "last_updated": "2022-11-06T16:13:03.447815-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "UNLV",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fd079de7-897e-4d94-bbed-c7a56fd8635e/?format=api"
        }
    ]
}