GET /api/bet_types/fec67ad1-72fd-4f36-9c40-375ffb2c2121/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fec67ad1-72fd-4f36-9c40-375ffb2c2121",
    "match": "https://api-prod.gambitprofit.com/api/matches/2975c515-924d-4ad0-8dc7-8ecd31669ee7/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-15T16:07:18.979068-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": "SFO (A Wood)",
                "amount": 5157.0
            },
            {
                "team": "PHI (C Brogdon)",
                "amount": 4843.0
            }
        ],
        "expected_reward_tokens": 9540.45,
        "profit_sb": 40.45,
        "profit_sb_percentage": 0.43,
        "recommended": true
    },
    "lines": [
        {
            "id": "53009d4b-03b5-4021-8d9c-e3657c3a3d0f",
            "gambit_id": "06e6444d-faa8-4040-b64f-a00dd5ce0fe0",
            "last_updated": "2023-05-16T10:12:08.978630-04:00",
            "created_at": "2023-05-15T16:07:18.981511-04:00",
            "name": "SFO (A Wood)",
            "reward": "1.85000",
            "odds": "1.89290",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fec67ad1-72fd-4f36-9c40-375ffb2c2121/?format=api"
        },
        {
            "id": "f39ba61e-ed4a-4cb8-8de7-5500ad75cd38",
            "gambit_id": "1f12b93b-0b8b-421e-8664-05cc0c1170e5",
            "last_updated": "2023-05-16T10:12:08.980795-04:00",
            "created_at": "2023-05-15T16:07:18.984038-04:00",
            "name": "PHI (C Brogdon)",
            "reward": "1.97000",
            "odds": "2.02000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fec67ad1-72fd-4f36-9c40-375ffb2c2121/?format=api"
        }
    ]
}