GET /api/bet_types/59eac640-15e3-4869-87de-22312ce0ac93/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "59eac640-15e3-4869-87de-22312ce0ac93",
    "match": "https://api-prod.gambitprofit.com/api/matches/20606eaa-ec1f-4c4d-898d-9659ee93fecc/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-20T09:58:16.045201-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": "Carolina Panthers",
                "amount": 5000.0
            },
            {
                "team": "Seattle Seahawks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "946c28c0-ae53-4770-8a5b-b2aea540650a",
            "gambit_id": "c6f659ac-74a1-48e9-9344-9c9ddaf57ef8",
            "last_updated": "2023-09-26T09:08:32.135937-04:00",
            "created_at": "2023-09-20T09:58:16.052983-04:00",
            "name": "Carolina Panthers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/59eac640-15e3-4869-87de-22312ce0ac93/?format=api"
        },
        {
            "id": "cafca36e-8a5b-4db8-8501-9fa568ee7fbb",
            "gambit_id": "09154d74-db1b-4dd2-bea8-0210f78b3b5f",
            "last_updated": "2023-09-26T09:08:32.139594-04:00",
            "created_at": "2023-09-20T09:58:16.057214-04:00",
            "name": "Seattle Seahawks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/59eac640-15e3-4869-87de-22312ce0ac93/?format=api"
        }
    ]
}