GET /api/bet_types/0ea96ad2-0dfb-43ee-a51c-6fde78ccd28a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0ea96ad2-0dfb-43ee-a51c-6fde78ccd28a",
    "match": "https://api-prod.gambitprofit.com/api/matches/6101c1fe-585f-41ee-a957-e53a0f0bb343/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-27T08:13:18.136470-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": "TOR (Y Kikuchi)",
                "amount": 6721.0
            },
            {
                "team": "CLE (N Syndergaard)",
                "amount": 3279.0
            }
        ],
        "expected_reward_tokens": 9541.89,
        "profit_sb": 41.89,
        "profit_sb_percentage": 0.44,
        "recommended": true
    },
    "lines": [
        {
            "id": "5d9d87cc-bb1c-42c4-9550-5232d76501b6",
            "gambit_id": "3626b010-93b7-4bce-bfda-30f9ef5cfb1e",
            "last_updated": "2023-08-29T09:08:31.288579-04:00",
            "created_at": "2023-08-27T08:13:18.144651-04:00",
            "name": "TOR (Y Kikuchi)",
            "reward": "1.42000",
            "odds": "1.43480",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0ea96ad2-0dfb-43ee-a51c-6fde78ccd28a/?format=api"
        },
        {
            "id": "59d2bda8-f8a9-498b-837d-6ae8cf45c68b",
            "gambit_id": "787968c4-031c-4c4b-808c-a03300cac91f",
            "last_updated": "2023-08-29T09:08:31.284643-04:00",
            "created_at": "2023-08-27T08:13:18.140806-04:00",
            "name": "CLE (N Syndergaard)",
            "reward": "2.91000",
            "odds": "3.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0ea96ad2-0dfb-43ee-a51c-6fde78ccd28a/?format=api"
        }
    ]
}