GET /api/bet_types/e3727c0d-ee82-4090-98ff-76b99f1201b1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e3727c0d-ee82-4090-98ff-76b99f1201b1",
    "match": "https://api-prod.gambitprofit.com/api/matches/9d764037-aa1c-4de3-b872-694f708c85b8/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-22T11:27:14.586317-04: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": "ARI",
                "amount": 5094.0
            },
            {
                "team": "PHI",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "8673b662-922f-4b24-9341-0a38d93b1055",
            "gambit_id": "abf8cd20-be54-417e-903a-b2d9a8729294",
            "last_updated": "2023-05-25T13:47:08.950239-04:00",
            "created_at": "2023-05-22T11:27:14.588110-04:00",
            "name": "ARI",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e3727c0d-ee82-4090-98ff-76b99f1201b1/?format=api"
        },
        {
            "id": "cc956dde-2235-4fa9-b725-574628483944",
            "gambit_id": "cf538195-3c45-44ab-9ae6-22bf09e03b43",
            "last_updated": "2023-05-25T13:47:08.952610-04:00",
            "created_at": "2023-05-22T11:27:14.590130-04:00",
            "name": "PHI",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e3727c0d-ee82-4090-98ff-76b99f1201b1/?format=api"
        }
    ]
}