GET /api/bet_types/3656beff-7c34-41a5-85e6-8f618adf20b5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3656beff-7c34-41a5-85e6-8f618adf20b5",
    "match": "https://api-prod.gambitprofit.com/api/matches/6197d46e-073b-4314-b57a-f75e0120b201/?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": "Rutgers",
                "amount": 5106.0
            },
            {
                "team": "Nebraska",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9395.04,
        "profit_sb": -104.96,
        "profit_sb_percentage": -1.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "86a1a3e4-db94-4889-9dfb-11f9ad45c734",
            "gambit_id": "83c4f762-6c90-494d-b367-f3b72e29f6c5",
            "last_updated": "2022-10-08T09:07:08.310457-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Rutgers",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3656beff-7c34-41a5-85e6-8f618adf20b5/?format=api"
        },
        {
            "id": "068d237c-e9fc-438a-88a7-113635ad8207",
            "gambit_id": "5f3b92b3-83c0-4485-84e0-df5282720db6",
            "last_updated": "2022-10-08T09:07:08.311427-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Nebraska",
            "reward": "1.92000",
            "odds": "1.95240",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3656beff-7c34-41a5-85e6-8f618adf20b5/?format=api"
        }
    ]
}