GET /api/bet_types/a14495a3-a2d6-4501-ab0a-dd8b97b58f6b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a14495a3-a2d6-4501-ab0a-dd8b97b58f6b",
    "match": "https://api-prod.gambitprofit.com/api/matches/d53272e7-fbfb-466a-8bfa-c929c6ae0684/?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": "Chicago Bears",
                "amount": 5204.0
            },
            {
                "team": "Seattle Seahawks",
                "amount": 4796.0
            }
        ],
        "expected_reward_tokens": 9159.04,
        "profit_sb": 159.04,
        "profit_sb_percentage": 1.77,
        "recommended": true
    },
    "lines": [
        {
            "id": "1f1bc34e-89c8-4191-aaac-8baed357908a",
            "gambit_id": "1b5a270b-7f07-4994-bda2-d1ab4734714b",
            "last_updated": "2022-08-19T10:16:56.684364-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Chicago Bears",
            "reward": "1.76000",
            "odds": "1.83330",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a14495a3-a2d6-4501-ab0a-dd8b97b58f6b/?format=api"
        },
        {
            "id": "70703e2a-ae74-44e5-80eb-5d76c190c8f5",
            "gambit_id": "371779dd-5311-4bec-a975-15afa64e278d",
            "last_updated": "2022-08-19T10:16:56.683864-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Seattle Seahawks",
            "reward": "1.91000",
            "odds": "2.00000",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a14495a3-a2d6-4501-ab0a-dd8b97b58f6b/?format=api"
        }
    ]
}