GET /api/bet_types/d618ccbe-2c5f-4fe5-bbbc-69194f25980a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d618ccbe-2c5f-4fe5-bbbc-69194f25980a",
    "match": "https://api-prod.gambitprofit.com/api/matches/afad4e9e-ee29-4b76-9456-ddda97dd19d8/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-04T09:43:04.237704-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": "CHC",
                "amount": 6449.0
            },
            {
                "team": "MIL",
                "amount": 3551.0
            }
        ],
        "expected_reward_tokens": 9480.03,
        "profit_sb": -19.97,
        "profit_sb_percentage": -0.21,
        "recommended": false
    },
    "lines": [
        {
            "id": "4a812022-11a7-4e50-831e-8015384bfc05",
            "gambit_id": "74f96a43-7660-4cab-be9b-4dbb4f5d2c1b",
            "last_updated": "2023-07-05T18:58:28.779189-04:00",
            "created_at": "2023-07-04T09:43:04.241474-04:00",
            "name": "CHC",
            "reward": "1.47000",
            "odds": "1.48780",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d618ccbe-2c5f-4fe5-bbbc-69194f25980a/?format=api"
        },
        {
            "id": "9f2e188f-4ce0-4d83-9a31-8ce428ef6c9d",
            "gambit_id": "cca3c52b-ce79-4ad1-97ab-efb5e9109355",
            "last_updated": "2023-07-05T18:58:28.777768-04:00",
            "created_at": "2023-07-04T09:43:04.239399-04:00",
            "name": "MIL",
            "reward": "2.67000",
            "odds": "2.75000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d618ccbe-2c5f-4fe5-bbbc-69194f25980a/?format=api"
        }
    ]
}