GET /api/bet_types/c8fa5259-13e8-4f87-b7b2-038780ece3fd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c8fa5259-13e8-4f87-b7b2-038780ece3fd",
    "match": "https://api-prod.gambitprofit.com/api/matches/399861d5-6e26-4a82-bf42-3c0a832dc280/?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": "Tampa Bay Lightning",
                "amount": 5492.0
            },
            {
                "team": "Dallas Stars",
                "amount": 4508.0
            }
        ],
        "expected_reward_tokens": 9061.08,
        "profit_sb": 61.08,
        "profit_sb_percentage": 0.68,
        "recommended": true
    },
    "lines": [
        {
            "id": "7fd6ac4d-3df4-4f7b-a67b-01b4a4b80690",
            "gambit_id": "76846909-15a0-405b-8792-2b9ead5b7df8",
            "last_updated": "2022-11-16T09:47:27.744685-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tampa Bay Lightning",
            "reward": "1.65000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c8fa5259-13e8-4f87-b7b2-038780ece3fd/?format=api"
        },
        {
            "id": "84a0d0e6-035a-46d9-ae89-faa439f54eeb",
            "gambit_id": "90447d07-ef9f-45f5-a0e1-3ca7811f31fd",
            "last_updated": "2022-11-16T09:47:27.745692-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Dallas Stars",
            "reward": "2.01000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c8fa5259-13e8-4f87-b7b2-038780ece3fd/?format=api"
        }
    ]
}