GET /api/bet_types/7e505bb2-2f19-4c27-9d2d-4c6d5b4c6412/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7e505bb2-2f19-4c27-9d2d-4c6d5b4c6412",
    "match": "https://api-prod.gambitprofit.com/api/matches/04310f40-6240-4b38-9ee2-07151b9122f5/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-30T13:33:17.814825-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": "Robbie Brown",
                "amount": 6131.0
            },
            {
                "team": "Ben Hatchett",
                "amount": 3869.0
            }
        ],
        "expected_reward_tokens": 9440.36,
        "profit_sb": -59.64,
        "profit_sb_percentage": -0.63,
        "recommended": false
    },
    "lines": [
        {
            "id": "2e00a882-a7fc-4fb7-aee2-457eb4ffe3dc",
            "gambit_id": "9d8e606b-1744-4680-a6dc-f7ff2a44f00d",
            "last_updated": "2023-07-03T10:38:07.362664-04:00",
            "created_at": "2023-06-30T13:33:17.817202-04:00",
            "name": "Robbie Brown",
            "reward": "1.54000",
            "odds": "1.56000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e505bb2-2f19-4c27-9d2d-4c6d5b4c6412/?format=api"
        },
        {
            "id": "174783be-70a8-47e1-9bd0-602a680cdb68",
            "gambit_id": "73d10c96-6e68-4a2a-8d97-51f99e5ee583",
            "last_updated": "2023-07-03T10:38:07.364644-04:00",
            "created_at": "2023-06-30T13:33:17.819529-04:00",
            "name": "Ben Hatchett",
            "reward": "2.44000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e505bb2-2f19-4c27-9d2d-4c6d5b4c6412/?format=api"
        }
    ]
}