GET /api/bet_types/6e5bcd9b-092e-4b09-9e98-3cc7d6fdaee3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6e5bcd9b-092e-4b09-9e98-3cc7d6fdaee3",
    "match": "https://api-prod.gambitprofit.com/api/matches/99db8c5b-520d-4a83-a63f-de3ae34957f9/?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": "LAA",
                "amount": 5109.0
            },
            {
                "team": "SEA",
                "amount": 4891.0
            }
        ],
        "expected_reward_tokens": 9145.11,
        "profit_sb": 145.11,
        "profit_sb_percentage": 1.61,
        "recommended": true
    },
    "lines": [
        {
            "id": "1a53ff3e-4057-496a-8a79-ba2c8675150f",
            "gambit_id": "b2829550-cd12-4cf0-97ca-b43d304c37c8",
            "last_updated": "2022-08-17T09:22:03.450644-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LAA",
            "reward": "1.79000",
            "odds": "1.86960",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6e5bcd9b-092e-4b09-9e98-3cc7d6fdaee3/?format=api"
        },
        {
            "id": "d0ac4a5a-174e-46ed-a997-6798ed33e5c7",
            "gambit_id": "67198eed-cba6-4b0a-9963-e64db48a6826",
            "last_updated": "2022-08-17T09:22:03.451085-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SEA",
            "reward": "1.87000",
            "odds": "1.95240",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6e5bcd9b-092e-4b09-9e98-3cc7d6fdaee3/?format=api"
        }
    ]
}