GET /api/bet_types/dac19c41-3b42-433e-a8cb-561a6d03e593/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dac19c41-3b42-433e-a8cb-561a6d03e593",
    "match": "https://api-prod.gambitprofit.com/api/matches/ff6388b0-4f91-4ede-8087-54fef727bf65/?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": "Boston Celtics",
                "amount": 5106.0
            },
            {
                "team": "Miami Heat",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9395.04,
        "profit_sb": -104.96,
        "profit_sb_percentage": -1.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "d81e4429-edeb-461c-8d7c-5cd6f0565b58",
            "gambit_id": "2df35a7b-8e52-4b46-aeaa-9bd0cdb57d10",
            "last_updated": "2022-10-22T09:22:26.717353-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Boston Celtics",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dac19c41-3b42-433e-a8cb-561a6d03e593/?format=api"
        },
        {
            "id": "596b537f-8377-49f9-906b-38e65870377a",
            "gambit_id": "0a98e9ca-0834-4033-a382-c9407ca697b0",
            "last_updated": "2022-10-22T09:22:26.718394-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Miami Heat",
            "reward": "1.92000",
            "odds": "1.95240",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dac19c41-3b42-433e-a8cb-561a6d03e593/?format=api"
        }
    ]
}