GET /api/bet_types/d41afb62-c04e-46d5-bb82-e9337cebc6ed/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d41afb62-c04e-46d5-bb82-e9337cebc6ed",
    "match": "https://api-prod.gambitprofit.com/api/matches/975d2ddb-5df5-4617-b01a-cf16139eb5ae/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-20T09:58:15.032282-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": "Buffalo Bills",
                "amount": 5000.0
            },
            {
                "team": "Washington Commanders",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "1693c93a-ca43-4ec8-9c78-61611db541d2",
            "gambit_id": "ef6e03b3-2e08-4e0e-ba33-aaa48a3d8cf2",
            "last_updated": "2023-09-26T09:13:03.891761-04:00",
            "created_at": "2023-09-20T09:58:15.037162-04:00",
            "name": "Buffalo Bills",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d41afb62-c04e-46d5-bb82-e9337cebc6ed/?format=api"
        },
        {
            "id": "cdff174a-33f0-46c1-b30a-08b0efd94d6e",
            "gambit_id": "07fb92b1-c0e9-4e3d-a723-462586890140",
            "last_updated": "2023-09-26T09:13:03.897986-04:00",
            "created_at": "2023-09-20T09:58:15.042097-04:00",
            "name": "Washington Commanders",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d41afb62-c04e-46d5-bb82-e9337cebc6ed/?format=api"
        }
    ]
}