GET /api/bet_types/ebdbf289-d257-4c6f-82a7-b5213a3c1da9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ebdbf289-d257-4c6f-82a7-b5213a3c1da9",
    "match": "https://api-prod.gambitprofit.com/api/matches/56e0bd74-4817-44e8-b807-50cf0c8ac8fe/?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": "TOR (J Berrios)",
                "amount": 5755.0
            },
            {
                "team": "BAL (D Kremer)",
                "amount": 4245.0
            }
        ],
        "expected_reward_tokens": 9380.65,
        "profit_sb": 380.65,
        "profit_sb_percentage": 4.23,
        "recommended": true
    },
    "lines": [
        {
            "id": "3ab8c7ba-0954-490d-b2fc-8bd020533db5",
            "gambit_id": "15bfebaf-9d19-4f68-b452-4eef9e34d537",
            "last_updated": "2022-12-24T17:12:09.698079-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TOR (J Berrios)",
            "reward": "1.63000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ebdbf289-d257-4c6f-82a7-b5213a3c1da9/?format=api"
        },
        {
            "id": "b5ac8b05-a6dd-4931-84dd-770ecbd91706",
            "gambit_id": "4cb4046a-467e-40c1-a330-db8ccd65e419",
            "last_updated": "2022-12-24T17:12:09.696957-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BAL (D Kremer)",
            "reward": "2.21000",
            "odds": "2.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ebdbf289-d257-4c6f-82a7-b5213a3c1da9/?format=api"
        }
    ]
}