GET /api/bet_types/233b01ec-6d26-4fdb-9ab3-bb89c10e25dc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "233b01ec-6d26-4fdb-9ab3-bb89c10e25dc",
    "match": "https://api-prod.gambitprofit.com/api/matches/18a320ae-b559-4a59-a74b-7e65ef51968c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-29T09:58:09.537228-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": "Sacramento Kings",
                "amount": 5000.0
            },
            {
                "team": "Atlanta Hawks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "94953cbb-4d0e-4ffd-a64b-67c3af705ac6",
            "gambit_id": "f2914955-2f0d-45b8-86d4-fab21a3bd5ec",
            "last_updated": "2023-12-30T21:43:26.178056-05:00",
            "created_at": "2023-12-29T09:58:09.542005-05:00",
            "name": "Sacramento Kings",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/233b01ec-6d26-4fdb-9ab3-bb89c10e25dc/?format=api"
        },
        {
            "id": "215cd36b-2da6-44d5-bf60-c37768440ef5",
            "gambit_id": "8d4f1db7-ecbc-4a46-b8ba-5f782b23e11e",
            "last_updated": "2023-12-30T21:43:26.181374-05:00",
            "created_at": "2023-12-29T09:58:09.547830-05:00",
            "name": "Atlanta Hawks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/233b01ec-6d26-4fdb-9ab3-bb89c10e25dc/?format=api"
        }
    ]
}