GET /api/bet_types/393589e8-2257-4fd3-9e96-9e2a15f89d8a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "393589e8-2257-4fd3-9e96-9e2a15f89d8a",
    "match": "https://api-prod.gambitprofit.com/api/matches/feb10852-f4e8-411f-9489-163f33b97ee7/?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": "Connecticut",
                "amount": 5000.0
            },
            {
                "team": "NC State",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "c58bebb9-d7a1-4120-a2ef-fa994542a879",
            "gambit_id": "d75dcb8f-f8fc-4999-85bf-86c0ec5421e4",
            "last_updated": "2022-09-25T21:27:23.911787-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Connecticut",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "38.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/393589e8-2257-4fd3-9e96-9e2a15f89d8a/?format=api"
        },
        {
            "id": "c1294b6e-5241-426f-8d51-673dbfe19c41",
            "gambit_id": "069d8a0d-bb90-49f8-a5f7-cda57eda1d4d",
            "last_updated": "2022-09-25T21:27:23.910531-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NC State",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-38.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/393589e8-2257-4fd3-9e96-9e2a15f89d8a/?format=api"
        }
    ]
}