GET /api/bet_types/bf3ad41f-c8c2-4d13-8ed6-d05496dd2b4f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bf3ad41f-c8c2-4d13-8ed6-d05496dd2b4f",
    "match": "https://api-prod.gambitprofit.com/api/matches/95e4d1bd-df12-4508-90b3-edb04464e414/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-20T08:33:11.707381-04: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": "CIN",
                "amount": 6232.0
            },
            {
                "team": "SFO",
                "amount": 3768.0
            }
        ],
        "expected_reward_tokens": 9533.04,
        "profit_sb": 33.04,
        "profit_sb_percentage": 0.35,
        "recommended": true
    },
    "lines": [
        {
            "id": "236f4075-884a-4caa-bc72-2e5280c54d11",
            "gambit_id": "7fc79073-8def-4744-9490-96c162ab4757",
            "last_updated": "2023-07-22T09:43:04.508184-04:00",
            "created_at": "2023-07-20T08:33:11.710478-04:00",
            "name": "CIN",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bf3ad41f-c8c2-4d13-8ed6-d05496dd2b4f/?format=api"
        },
        {
            "id": "22ecc767-f11a-4899-bbd5-4a60439ba37d",
            "gambit_id": "e416ee6c-2cbd-4be6-825e-74da9d66fae5",
            "last_updated": "2023-07-22T09:43:04.504412-04:00",
            "created_at": "2023-07-20T08:33:11.708909-04:00",
            "name": "SFO",
            "reward": "2.53000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bf3ad41f-c8c2-4d13-8ed6-d05496dd2b4f/?format=api"
        }
    ]
}