GET /api/bet_types/dcbfd55c-a87a-4b65-99be-9d51dfcdc352/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dcbfd55c-a87a-4b65-99be-9d51dfcdc352",
    "match": "https://api-prod.gambitprofit.com/api/matches/4d1d7efb-8e42-4797-a8a6-370e4cc4db04/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-14T08:26:59.209037-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": "Edmonton Oilers",
                "amount": 6166.0
            },
            {
                "team": "Vegas Golden Knights",
                "amount": 3834.0
            }
        ],
        "expected_reward_tokens": 9124.92,
        "profit_sb": 124.92,
        "profit_sb_percentage": 1.39,
        "recommended": true
    },
    "lines": [
        {
            "id": "b5a39f07-f130-498e-8535-2bed6c17c226",
            "gambit_id": "0417de24-9d3f-45fd-9d21-88151dcfc1c2",
            "last_updated": "2023-01-16T09:57:13.804739-05:00",
            "created_at": "2023-01-14T08:26:59.215042-05:00",
            "name": "Edmonton Oilers",
            "reward": "1.48000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dcbfd55c-a87a-4b65-99be-9d51dfcdc352/?format=api"
        },
        {
            "id": "58f9c00a-20ab-40da-befa-3e2d7709dcf2",
            "gambit_id": "d04504ff-e06c-4c6c-bf42-ba18e29e8636",
            "last_updated": "2023-01-16T09:57:13.801691-05:00",
            "created_at": "2023-01-14T08:26:59.211974-05:00",
            "name": "Vegas Golden Knights",
            "reward": "2.38000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dcbfd55c-a87a-4b65-99be-9d51dfcdc352/?format=api"
        }
    ]
}