GET /api/bet_types/b27b3369-7402-4441-9ccb-4623427a5edf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b27b3369-7402-4441-9ccb-4623427a5edf",
    "match": "https://api-prod.gambitprofit.com/api/matches/909a33ff-0b96-4019-8e8a-1848c5ec844a/?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": "SFO (C Rodon)",
                "amount": 7067.0
            },
            {
                "team": "PIT (B Wilson)",
                "amount": 2933.0
            }
        ],
        "expected_reward_tokens": 9326.94,
        "profit_sb": 326.94,
        "profit_sb_percentage": 3.63,
        "recommended": true
    },
    "lines": [
        {
            "id": "1f6d90d0-16c4-4ada-a83a-693615d36255",
            "gambit_id": "f86722b6-f61e-4eee-a3c4-c826805d2a62",
            "last_updated": "2022-08-13T10:47:08.601632-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SFO (C Rodon)",
            "reward": "1.32000",
            "odds": "1.35710",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b27b3369-7402-4441-9ccb-4623427a5edf/?format=api"
        },
        {
            "id": "67bbd17c-1a01-42a9-a479-f0e8b83c8785",
            "gambit_id": "28c3815a-4825-47bd-9993-2b72fec6c894",
            "last_updated": "2022-08-13T10:47:08.602108-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PIT (B Wilson)",
            "reward": "3.18000",
            "odds": "3.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b27b3369-7402-4441-9ccb-4623427a5edf/?format=api"
        }
    ]
}