GET /api/bet_types/50b620bb-a3a1-42ed-a7f9-761d6fd98ab1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "50b620bb-a3a1-42ed-a7f9-761d6fd98ab1",
    "match": "https://api-prod.gambitprofit.com/api/matches/483243ac-4422-41d9-b67b-fa4602d774b7/?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": 5000.0
            },
            {
                "team": "Maryland",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "788c2c83-a20e-4fc5-b5c5-4ea35836a08d",
            "gambit_id": "5945e282-3691-4b58-8e40-2a6d42a32fde",
            "last_updated": "2022-11-28T10:22:12.152979-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Rutgers",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "14.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/50b620bb-a3a1-42ed-a7f9-761d6fd98ab1/?format=api"
        },
        {
            "id": "e2345934-9218-4297-aacc-19e084acf83b",
            "gambit_id": "e324db3a-06ee-41f0-82f4-ab99b70370e3",
            "last_updated": "2022-11-28T10:22:12.151862-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Maryland",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-14.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/50b620bb-a3a1-42ed-a7f9-761d6fd98ab1/?format=api"
        }
    ]
}