GET /api/bet_types/0cd6c6bb-29cf-4933-8e60-9bc6ec464c9d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0cd6c6bb-29cf-4933-8e60-9bc6ec464c9d",
    "match": "https://api-prod.gambitprofit.com/api/matches/29a340e5-b1dd-47e5-a64f-143750db5fff/?format=api",
    "name": "Pick the Winner",
    "created_at": "2022-12-28T09:32:06.905564-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": "Phoenix Suns",
                "amount": 5482.0
            },
            {
                "team": "Washington Wizards",
                "amount": 4518.0
            }
        ],
        "expected_reward_tokens": 8990.48,
        "profit_sb": -9.52,
        "profit_sb_percentage": -0.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "16e66dff-abbb-484e-a8f5-79b42875f369",
            "gambit_id": "d6bd58aa-74a7-4eb1-9798-c250d11f4c80",
            "last_updated": "2022-12-30T18:52:01.137280-05:00",
            "created_at": "2022-12-28T09:32:06.907994-05:00",
            "name": "Phoenix Suns",
            "reward": "1.64000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0cd6c6bb-29cf-4933-8e60-9bc6ec464c9d/?format=api"
        },
        {
            "id": "f0fc8e29-c7cf-4b27-8a5a-cf49c143c94d",
            "gambit_id": "3e986638-8005-4fbe-a550-db452ddc4649",
            "last_updated": "2022-12-30T18:52:01.136197-05:00",
            "created_at": "2022-12-28T09:32:06.906756-05:00",
            "name": "Washington Wizards",
            "reward": "1.99000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0cd6c6bb-29cf-4933-8e60-9bc6ec464c9d/?format=api"
        }
    ]
}