GET /api/bet_types/0c4cb851-d47f-4b46-ac55-11932d2c8d26/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0c4cb851-d47f-4b46-ac55-11932d2c8d26",
    "match": "https://api-prod.gambitprofit.com/api/matches/589cff3b-d281-4cb4-9144-8414c63e8b17/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-10T09:43:10.179615-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": "Buffalo Bills",
                "amount": 5000.0
            },
            {
                "team": "Pittsburgh Steelers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "7369d015-ecc5-489a-82a6-5903866f6826",
            "gambit_id": "7d803202-8c3e-4122-8727-e20527df1ad0",
            "last_updated": "2024-01-16T15:28:02.208223-05:00",
            "created_at": "2024-01-10T09:43:10.183427-05:00",
            "name": "Buffalo Bills",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c4cb851-d47f-4b46-ac55-11932d2c8d26/?format=api"
        },
        {
            "id": "774dc156-7784-427c-9bf2-985c38c4d109",
            "gambit_id": "85087723-c85f-449d-97ba-8c8df6a5981a",
            "last_updated": "2024-01-16T15:28:02.212123-05:00",
            "created_at": "2024-01-10T09:43:10.190203-05:00",
            "name": "Pittsburgh Steelers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c4cb851-d47f-4b46-ac55-11932d2c8d26/?format=api"
        }
    ]
}