GET /api/bet_types/760e4957-4369-43fa-9275-cdf92b9542bc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "760e4957-4369-43fa-9275-cdf92b9542bc",
    "match": "https://api-prod.gambitprofit.com/api/matches/472ebaa7-0559-466c-92ec-ac3aa4993bb6/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-27T09:03:01.676001-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": "Washington Capitals",
                "amount": 5614.0
            },
            {
                "team": "New York Rangers",
                "amount": 4386.0
            }
        ],
        "expected_reward_tokens": 9429.9,
        "profit_sb": -70.1,
        "profit_sb_percentage": -0.74,
        "recommended": false
    },
    "lines": [
        {
            "id": "4709d9a4-e6ba-4832-8eb2-d65a4847f609",
            "gambit_id": "e46d0f81-f789-4b6b-99f6-88ca91adf38e",
            "last_updated": "2023-12-29T11:17:55.099844-05:00",
            "created_at": "2023-12-27T09:03:01.680545-05:00",
            "name": "Washington Capitals",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/760e4957-4369-43fa-9275-cdf92b9542bc/?format=api"
        },
        {
            "id": "96c1232a-c779-4009-bf19-367b49059e51",
            "gambit_id": "a6f36334-b655-402b-8150-5ddcef81e4e9",
            "last_updated": "2023-12-29T11:17:55.103135-05:00",
            "created_at": "2023-12-27T09:03:01.685976-05:00",
            "name": "New York Rangers",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/760e4957-4369-43fa-9275-cdf92b9542bc/?format=api"
        }
    ]
}