GET /api/bet_types/ad301fa4-3a08-4ffa-80ce-21dc27c7eff1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ad301fa4-3a08-4ffa-80ce-21dc27c7eff1",
    "match": "https://api-prod.gambitprofit.com/api/matches/7305f188-fdd5-4b69-8bca-4a4db2d9ee6a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-24T08:13:21.406993-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": "BAL",
                "amount": 6232.0
            },
            {
                "team": "PHI",
                "amount": 3768.0
            }
        ],
        "expected_reward_tokens": 9533.04,
        "profit_sb": 33.04,
        "profit_sb_percentage": 0.35,
        "recommended": true
    },
    "lines": [
        {
            "id": "06ac869d-ba74-4714-b2ed-22759f454182",
            "gambit_id": "a592b0ff-8548-4e6f-b2f0-1e04e3d11cb5",
            "last_updated": "2023-07-25T16:38:04.536703-04:00",
            "created_at": "2023-07-24T08:13:21.410943-04:00",
            "name": "BAL",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ad301fa4-3a08-4ffa-80ce-21dc27c7eff1/?format=api"
        },
        {
            "id": "4f677f27-507f-4d15-9fb8-f0566d98f50f",
            "gambit_id": "a29cebee-715f-4264-bcc9-393e516c41c0",
            "last_updated": "2023-07-25T16:38:04.540749-04:00",
            "created_at": "2023-07-24T08:13:21.414906-04:00",
            "name": "PHI",
            "reward": "2.53000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ad301fa4-3a08-4ffa-80ce-21dc27c7eff1/?format=api"
        }
    ]
}