GET /api/bet_types/464715f2-56f0-4ad9-af1e-15967bf13ef4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "464715f2-56f0-4ad9-af1e-15967bf13ef4",
    "match": "https://api-prod.gambitprofit.com/api/matches/0947e346-20fe-4a50-9e9a-d3d1d173f180/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-03T11:03:19.661842-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": "NYY",
                "amount": 6090.0
            },
            {
                "team": "BAL",
                "amount": 3910.0
            }
        ],
        "expected_reward_tokens": 9500.4,
        "profit_sb": 0.4,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "209836f6-ecc3-48b4-8a3f-8d1271c4d4af",
            "gambit_id": "cac8dfee-4f47-433c-b034-7a499e6af601",
            "last_updated": "2023-07-04T10:43:01.552826-04:00",
            "created_at": "2023-07-03T11:03:19.665153-04:00",
            "name": "NYY",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/464715f2-56f0-4ad9-af1e-15967bf13ef4/?format=api"
        },
        {
            "id": "4a05f2f6-7370-4125-8527-3659e6f54b91",
            "gambit_id": "281a4478-47ab-489e-88ee-1090b5664582",
            "last_updated": "2023-07-04T10:43:01.551366-04:00",
            "created_at": "2023-07-03T11:03:19.663614-04:00",
            "name": "BAL",
            "reward": "2.43000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/464715f2-56f0-4ad9-af1e-15967bf13ef4/?format=api"
        }
    ]
}