GET /api/bet_types/15a983f3-e89d-4109-995a-36a46b1840f0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "15a983f3-e89d-4109-995a-36a46b1840f0",
    "match": "https://api-prod.gambitprofit.com/api/matches/36fcaba2-9d5d-4f05-9b35-a3118353fe12/?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": "Notre Dame",
                "amount": 5000.0
            },
            {
                "team": "BYU",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "bcff47fb-3924-4192-b610-23ae9aca25d1",
            "gambit_id": "1ca09c27-8990-411b-9255-1bbd051d3602",
            "last_updated": "2022-10-09T18:27:15.040804-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Notre Dame",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/15a983f3-e89d-4109-995a-36a46b1840f0/?format=api"
        },
        {
            "id": "1ade4bd9-2d77-457d-a2ac-4ab4c048d575",
            "gambit_id": "8f805789-2b60-4d20-aa76-f7cc7a2c9108",
            "last_updated": "2022-10-09T18:27:15.041825-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BYU",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/15a983f3-e89d-4109-995a-36a46b1840f0/?format=api"
        }
    ]
}