GET /api/bet_types/a61de18c-0a32-4660-84d9-4421ddac3261/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a61de18c-0a32-4660-84d9-4421ddac3261",
    "match": "https://api-prod.gambitprofit.com/api/matches/b1f95da3-8722-4586-ad2f-3e5d93cab13b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-30T09:32:59.441056-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": "New York Yankees",
                "amount": 6627.0
            },
            {
                "team": "Detroit Tigers",
                "amount": 3373.0
            }
        ],
        "expected_reward_tokens": 9476.61,
        "profit_sb": -23.39,
        "profit_sb_percentage": -0.25,
        "recommended": false
    },
    "lines": [
        {
            "id": "98ca6183-ce45-4202-b5dd-68557023263f",
            "gambit_id": "6973f915-09d6-4aff-b6ea-f4cd4dabc954",
            "last_updated": "2023-08-31T19:23:21.541108-04:00",
            "created_at": "2023-08-30T09:32:59.451185-04:00",
            "name": "New York Yankees",
            "reward": "1.43000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a61de18c-0a32-4660-84d9-4421ddac3261/?format=api"
        },
        {
            "id": "851a4069-1867-46b7-9f2d-63b2cadab30c",
            "gambit_id": "4b76b006-5010-4b57-bdcc-4b67e206dbb7",
            "last_updated": "2023-08-31T19:23:21.544583-04:00",
            "created_at": "2023-08-30T09:32:59.456949-04:00",
            "name": "Detroit Tigers",
            "reward": "2.81000",
            "odds": "2.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a61de18c-0a32-4660-84d9-4421ddac3261/?format=api"
        }
    ]
}