GET /api/bet_types/e2d1f49b-7b51-42c3-9969-b77b5c92bc91/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e2d1f49b-7b51-42c3-9969-b77b5c92bc91",
    "match": "https://api-prod.gambitprofit.com/api/matches/78ea3323-2596-474b-b389-636a981362d1/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-06T09:13:06.203933-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": "Philadelphia 76ers",
                "amount": 5000.0
            },
            {
                "team": "Washington Wizards",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "12f78259-5d18-4972-bb36-51bfcbe6a118",
            "gambit_id": "e2845177-ef47-43fd-baec-b29148c863f7",
            "last_updated": "2023-12-07T21:48:04.701738-05:00",
            "created_at": "2023-12-06T09:13:06.209774-05:00",
            "name": "Philadelphia 76ers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e2d1f49b-7b51-42c3-9969-b77b5c92bc91/?format=api"
        },
        {
            "id": "a9ee948e-e3dd-4d6a-9b64-6d1027a7ef43",
            "gambit_id": "41038e0f-48f1-431a-8159-efcad4f6806c",
            "last_updated": "2023-12-07T21:48:04.705769-05:00",
            "created_at": "2023-12-06T09:13:06.215082-05:00",
            "name": "Washington Wizards",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e2d1f49b-7b51-42c3-9969-b77b5c92bc91/?format=api"
        }
    ]
}