GET /api/bet_types/fcac87f5-768c-4b59-87f6-897f418dc50e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fcac87f5-768c-4b59-87f6-897f418dc50e",
    "match": "https://api-prod.gambitprofit.com/api/matches/f4bc2dc4-85e5-485a-b391-ceb1fed4d281/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-09T09:42:58.851673-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": "MIN (K Maeda)",
                "amount": 5776.0
            },
            {
                "team": "NYM (D Peterson)",
                "amount": 4224.0
            }
        ],
        "expected_reward_tokens": 9588.16,
        "profit_sb": 88.16,
        "profit_sb_percentage": 0.93,
        "recommended": true
    },
    "lines": [
        {
            "id": "fda2ea52-12fd-4ffd-b0b1-cfbdede5d44d",
            "gambit_id": "0628ed3b-0943-492e-aebe-9f41795fe132",
            "last_updated": "2023-09-11T09:08:28.252088-04:00",
            "created_at": "2023-09-09T09:42:58.859285-04:00",
            "name": "MIN (K Maeda)",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fcac87f5-768c-4b59-87f6-897f418dc50e/?format=api"
        },
        {
            "id": "e7a6c13b-1ae4-404a-9a13-382c1383e7ea",
            "gambit_id": "575725b5-c762-43c1-811e-ba5ed0f09d40",
            "last_updated": "2023-09-11T09:08:28.248834-04:00",
            "created_at": "2023-09-09T09:42:58.855654-04:00",
            "name": "NYM (D Peterson)",
            "reward": "2.27000",
            "odds": "2.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fcac87f5-768c-4b59-87f6-897f418dc50e/?format=api"
        }
    ]
}