GET /api/bet_types/e4f98498-53e0-428b-9141-c1047b8bc6c6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e4f98498-53e0-428b-9141-c1047b8bc6c6",
    "match": "https://api-prod.gambitprofit.com/api/matches/4f0c4cc7-fb70-441c-b1a2-c6903f9bac53/?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": "Vancouver Canucks",
                "amount": 5945.0
            },
            {
                "team": "Pittsburgh Penguins",
                "amount": 4055.0
            }
        ],
        "expected_reward_tokens": 9569.8,
        "profit_sb": 69.8,
        "profit_sb_percentage": 0.73,
        "recommended": true
    },
    "lines": [
        {
            "id": "c38ed4a2-2c4a-4ad0-a890-bfdb47bfc5d2",
            "gambit_id": "7413490c-9dbc-446f-b029-3de5af5a12f9",
            "last_updated": "2022-10-29T19:11:51.580698-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Vancouver Canucks",
            "reward": "1.61000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e4f98498-53e0-428b-9141-c1047b8bc6c6/?format=api"
        },
        {
            "id": "996f0d77-4644-4b78-b7df-cbbb41f51f92",
            "gambit_id": "31db9265-0481-4ee6-bd3e-e16e2b733b58",
            "last_updated": "2022-10-29T19:11:51.581757-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Pittsburgh Penguins",
            "reward": "2.36000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e4f98498-53e0-428b-9141-c1047b8bc6c6/?format=api"
        }
    ]
}