GET /api/bet_types/f3b47ab2-ccfa-4ea4-bd2b-36af400b7eea/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f3b47ab2-ccfa-4ea4-bd2b-36af400b7eea",
    "match": "https://api-prod.gambitprofit.com/api/matches/093a4a6f-a08d-4d13-9fa7-0fcc9f28f293/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "CLE (S Bieber)",
                "amount": 5745.0
            },
            {
                "team": "CWS (J Cueto)",
                "amount": 4255.0
            }
        ],
        "expected_reward_tokens": 9190.8,
        "profit_sb": 190.8,
        "profit_sb_percentage": 2.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "58982b11-8944-4d6a-ad7d-a7dded175fdb",
            "gambit_id": "997973d3-de5a-470e-9e4b-588989e85997",
            "last_updated": "2022-09-23T10:12:04.438195-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CLE (S Bieber)",
            "reward": "1.60000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f3b47ab2-ccfa-4ea4-bd2b-36af400b7eea/?format=api"
        },
        {
            "id": "3666e81d-41e5-46c1-85a4-be86c8f7fb4c",
            "gambit_id": "60ecbcbc-aef4-4584-8856-74937cafcaa0",
            "last_updated": "2022-09-23T10:12:04.439362-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CWS (J Cueto)",
            "reward": "2.16000",
            "odds": "2.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f3b47ab2-ccfa-4ea4-bd2b-36af400b7eea/?format=api"
        }
    ]
}