GET /api/bet_types/60e4f316-d0ff-462d-8d39-e890d0de069e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "60e4f316-d0ff-462d-8d39-e890d0de069e",
    "match": "https://api-prod.gambitprofit.com/api/matches/1ccfa8b9-b962-42d7-83bb-3e3cdece3176/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-29T09:58:11.512935-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": "Portland Trail Blazers",
                "amount": 5000.0
            },
            {
                "team": "San Antonio Spurs",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "b29aff5c-2f13-4264-b02c-f50615361aa5",
            "gambit_id": "fcdd00c7-a104-4856-a4cb-b0678e763452",
            "last_updated": "2023-12-30T21:38:21.127606-05:00",
            "created_at": "2023-12-29T09:58:11.520875-05:00",
            "name": "Portland Trail Blazers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/60e4f316-d0ff-462d-8d39-e890d0de069e/?format=api"
        },
        {
            "id": "5209f63c-50ac-4112-a062-fdd8eb89acc1",
            "gambit_id": "3b643232-3c1a-4a11-a182-b070d8a6245f",
            "last_updated": "2023-12-30T21:38:21.124366-05:00",
            "created_at": "2023-12-29T09:58:11.516732-05:00",
            "name": "San Antonio Spurs",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/60e4f316-d0ff-462d-8d39-e890d0de069e/?format=api"
        }
    ]
}