GET /api/bet_types/fc397450-9b2a-419b-805f-567763fed1cb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fc397450-9b2a-419b-805f-567763fed1cb",
    "match": "https://api-prod.gambitprofit.com/api/matches/0cb9da36-94f9-4168-8865-256a6180f7a3/?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": "Ball State",
                "amount": 5097.0
            },
            {
                "team": "Miami-Ohio",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 8970.72,
        "profit_sb": -29.28,
        "profit_sb_percentage": -0.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "79bbe40f-994a-4895-8631-d2f254f321c4",
            "gambit_id": "9ca84ed1-a13a-4f63-a435-2c19ccc0a7e3",
            "last_updated": "2022-11-23T09:52:23.053376-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Ball State",
            "reward": "1.76000",
            "odds": "1.86960",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fc397450-9b2a-419b-805f-567763fed1cb/?format=api"
        },
        {
            "id": "106fac2a-bf09-44cc-9c6f-d878d8ef19b8",
            "gambit_id": "9bb8af64-1db7-42fc-b845-d5b11b60baa4",
            "last_updated": "2022-11-23T09:52:23.052216-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Miami-Ohio",
            "reward": "1.83000",
            "odds": "1.95240",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fc397450-9b2a-419b-805f-567763fed1cb/?format=api"
        }
    ]
}