GET /api/bet_types/f78a5d28-47d0-490d-8320-442a2f47888c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f78a5d28-47d0-490d-8320-442a2f47888c",
    "match": "https://api-prod.gambitprofit.com/api/matches/8fff51e4-3aec-408b-8636-5979893ab3d9/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Washington Commanders",
                "amount": 5106.0
            },
            {
                "team": "Indianapolis Colts",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9395.04,
        "profit_sb": -104.96,
        "profit_sb_percentage": -1.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "8d0668b0-4538-4c6e-854a-f2978e956b29",
            "gambit_id": "e1d0f2ca-0e30-4514-9248-fa37b4a393c1",
            "last_updated": "2022-10-31T11:31:56.548724-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington Commanders",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f78a5d28-47d0-490d-8320-442a2f47888c/?format=api"
        },
        {
            "id": "844a2c91-be8c-49b8-a16a-8a51df8acdd0",
            "gambit_id": "6cc9f449-61eb-4df1-ae40-8c9efb8b5f0b",
            "last_updated": "2022-10-31T11:31:56.547657-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Indianapolis Colts",
            "reward": "1.92000",
            "odds": "1.95240",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f78a5d28-47d0-490d-8320-442a2f47888c/?format=api"
        }
    ]
}