GET /api/bet_types/e03ae71d-15e4-4217-aa67-4e530a09e4c3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e03ae71d-15e4-4217-aa67-4e530a09e4c3",
    "match": "https://api-prod.gambitprofit.com/api/matches/c67c0afe-0d46-470f-93f8-b33dd1cce677/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-19T08:48:00.304507-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": "TOR (J Berrios)",
                "amount": 5325.0
            },
            {
                "team": "SDG (Y Darvish)",
                "amount": 4675.0
            }
        ],
        "expected_reward_tokens": 9583.75,
        "profit_sb": 83.75,
        "profit_sb_percentage": 0.88,
        "recommended": true
    },
    "lines": [
        {
            "id": "f86cc47b-9e31-4e1f-8b03-ab082dc8fea0",
            "gambit_id": "4c55aaf8-ccff-452b-87ae-93ff2c6ab51c",
            "last_updated": "2023-07-20T19:43:14.224082-04:00",
            "created_at": "2023-07-19T08:48:00.307449-04:00",
            "name": "TOR (J Berrios)",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e03ae71d-15e4-4217-aa67-4e530a09e4c3/?format=api"
        },
        {
            "id": "d343f705-9aaf-4729-8a37-db72c22ebf82",
            "gambit_id": "b8b1d617-3fe9-48e0-ad1d-3ef4da82c1a6",
            "last_updated": "2023-07-20T19:43:14.222373-04:00",
            "created_at": "2023-07-19T08:48:00.305967-04:00",
            "name": "SDG (Y Darvish)",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e03ae71d-15e4-4217-aa67-4e530a09e4c3/?format=api"
        }
    ]
}