GET /api/bet_types/876c4224-5728-4ebc-8f30-4b247e2c7f1e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "876c4224-5728-4ebc-8f30-4b247e2c7f1e",
    "match": "https://api-prod.gambitprofit.com/api/matches/ad8c4d20-f6aa-45ff-b265-15b8823361f9/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-05T08:38:25.219257-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": "CHC (J Steele)",
                "amount": 5615.0
            },
            {
                "team": "MIL (A Houser)",
                "amount": 4385.0
            }
        ],
        "expected_reward_tokens": 9601.65,
        "profit_sb": 101.65,
        "profit_sb_percentage": 1.07,
        "recommended": true
    },
    "lines": [
        {
            "id": "2611c8bd-7f22-485e-9a46-86cddfe9f56b",
            "gambit_id": "1cf7d395-9b54-4b84-b014-bcc061580a81",
            "last_updated": "2023-07-06T12:23:19.350800-04:00",
            "created_at": "2023-07-05T08:38:25.222085-04:00",
            "name": "CHC (J Steele)",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/876c4224-5728-4ebc-8f30-4b247e2c7f1e/?format=api"
        },
        {
            "id": "112b7d43-5a75-408f-9b51-b44c8724f598",
            "gambit_id": "e72984ec-5fc7-4531-bff6-3a2864a8323d",
            "last_updated": "2023-07-06T12:23:19.353442-04:00",
            "created_at": "2023-07-05T08:38:25.224454-04:00",
            "name": "MIL (A Houser)",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/876c4224-5728-4ebc-8f30-4b247e2c7f1e/?format=api"
        }
    ]
}