GET /api/bet_types/8815e577-6cb0-46a9-a1e9-dd26f5e3956c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8815e577-6cb0-46a9-a1e9-dd26f5e3956c",
    "match": "https://api-prod.gambitprofit.com/api/matches/1f43504b-7a7b-41a4-8f8f-4f5ff1b49f82/?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": "Miami Dolphins",
                "amount": 6326.0
            },
            {
                "team": "Detroit Lions",
                "amount": 3674.0
            }
        ],
        "expected_reward_tokens": 9552.26,
        "profit_sb": 52.26,
        "profit_sb_percentage": 0.55,
        "recommended": true
    },
    "lines": [
        {
            "id": "9410eca3-a441-4b40-9cde-3204351991ce",
            "gambit_id": "08f695bc-bd84-4b4e-8320-1231ecc38410",
            "last_updated": "2022-10-31T11:46:57.712974-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Miami Dolphins",
            "reward": "1.51000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8815e577-6cb0-46a9-a1e9-dd26f5e3956c/?format=api"
        },
        {
            "id": "cef51409-f1ff-4c2d-b579-ac468d5882fa",
            "gambit_id": "046df517-b551-41ff-874d-00b9de99aa5e",
            "last_updated": "2022-10-31T11:46:57.712024-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Detroit Lions",
            "reward": "2.60000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8815e577-6cb0-46a9-a1e9-dd26f5e3956c/?format=api"
        }
    ]
}