GET /api/bet_types/548e7ffe-8ff3-4643-a432-57b0fc91a4ac/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "548e7ffe-8ff3-4643-a432-57b0fc91a4ac",
    "match": "https://api-prod.gambitprofit.com/api/matches/6fe08d75-c108-40dd-bc39-a9134394601e/?format=api",
    "name": "Play the Odds",
    "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": "Detroit Red Wings",
                "amount": 5968.0
            },
            {
                "team": "Washington Capitals",
                "amount": 4032.0
            }
        ],
        "expected_reward_tokens": 9071.36,
        "profit_sb": 71.36,
        "profit_sb_percentage": 0.79,
        "recommended": true
    },
    "lines": [
        {
            "id": "4e551258-2e3a-4f1e-a32b-414d7a57dcab",
            "gambit_id": "80d0199b-ccce-45c5-9074-37e9a8053188",
            "last_updated": "2022-12-20T20:17:23.024334-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Detroit Red Wings",
            "reward": "1.52000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/548e7ffe-8ff3-4643-a432-57b0fc91a4ac/?format=api"
        },
        {
            "id": "ceb0bfe6-ff7a-44c5-8b52-f5992beb07b5",
            "gambit_id": "b48a7cc7-6c21-4577-8089-46083bf91794",
            "last_updated": "2022-12-20T20:17:23.023191-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington Capitals",
            "reward": "2.25000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/548e7ffe-8ff3-4643-a432-57b0fc91a4ac/?format=api"
        }
    ]
}