GET /api/bet_types/06f54d7f-5462-4ee4-aa7f-a6a496c5b1ae/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "06f54d7f-5462-4ee4-aa7f-a6a496c5b1ae",
    "match": "https://api-prod.gambitprofit.com/api/matches/b6025b09-6779-4338-9042-61a1fa814852/?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": "Minnesota",
                "amount": 5000.0
            },
            {
                "team": "Penn State",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "e1af320e-80bb-413d-ac85-315e65295b2f",
            "gambit_id": "007f4fc1-c5d1-4301-a53e-4558bca20844",
            "last_updated": "2022-10-23T21:41:53.986416-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/06f54d7f-5462-4ee4-aa7f-a6a496c5b1ae/?format=api"
        },
        {
            "id": "e4fcff10-d27b-48ee-ab8c-5233b12e1659",
            "gambit_id": "eb2d25cf-9462-4d29-9224-ce5c7cb6cf91",
            "last_updated": "2022-10-23T21:41:53.985292-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Penn State",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/06f54d7f-5462-4ee4-aa7f-a6a496c5b1ae/?format=api"
        }
    ]
}