GET /api/bet_types/d89b7a44-3000-4c03-bdd7-52c02bc5bb8c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d89b7a44-3000-4c03-bdd7-52c02bc5bb8c",
    "match": "https://api-prod.gambitprofit.com/api/matches/c8926f63-385e-4240-b300-35c77fc79e13/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-08T09:01:59.132025-04: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": "New York Rangers",
                "amount": 5000.0
            },
            {
                "team": "Columbus Blue Jackets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "e535d7b2-7141-4c21-a72e-38b4f3a9827a",
            "gambit_id": "8c75630d-4971-401b-a915-2f8256626d2b",
            "last_updated": "2023-04-10T15:17:16.577162-04:00",
            "created_at": "2023-04-08T09:01:59.134792-04:00",
            "name": "New York Rangers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d89b7a44-3000-4c03-bdd7-52c02bc5bb8c/?format=api"
        },
        {
            "id": "aa897ffb-b469-44dd-82b8-968195816aa5",
            "gambit_id": "5718ede0-c157-4bc6-9547-c3c371244690",
            "last_updated": "2023-04-10T15:17:16.574136-04:00",
            "created_at": "2023-04-08T09:01:59.133333-04:00",
            "name": "Columbus Blue Jackets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d89b7a44-3000-4c03-bdd7-52c02bc5bb8c/?format=api"
        }
    ]
}