GET /api/bet_types/eb4e5e41-3b05-42b0-b218-ef9999e280d9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "eb4e5e41-3b05-42b0-b218-ef9999e280d9",
    "match": "https://api-prod.gambitprofit.com/api/matches/35e54db8-43e3-4ad9-86e1-d3fe4753ea17/?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": "Juliana Miller",
                "amount": 5479.0
            },
            {
                "team": "Brogan Walker",
                "amount": 4521.0
            }
        ],
        "expected_reward_tokens": 9040.35,
        "profit_sb": 40.35,
        "profit_sb_percentage": 0.45,
        "recommended": true
    },
    "lines": [
        {
            "id": "d03558b6-a973-4609-abfa-74fa6268cf73",
            "gambit_id": "95170179-806a-4313-8050-5b4cb1908b81",
            "last_updated": "2022-08-07T11:17:13.850150-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Juliana Miller",
            "reward": "1.65000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eb4e5e41-3b05-42b0-b218-ef9999e280d9/?format=api"
        },
        {
            "id": "45c97f4b-f39a-42a9-a90f-27538087eee9",
            "gambit_id": "26871481-08e5-4b3b-8cf6-6fc5d8d9d492",
            "last_updated": "2022-08-07T11:17:13.849595-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Brogan Walker",
            "reward": "2.00000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eb4e5e41-3b05-42b0-b218-ef9999e280d9/?format=api"
        }
    ]
}