GET /api/bet_types/e354fc15-b15e-4765-af8c-67e94ea2d56d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e354fc15-b15e-4765-af8c-67e94ea2d56d",
    "match": "https://api-prod.gambitprofit.com/api/matches/6b392604-eefc-458a-9dfb-70738028839f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-12T10:57:58.181965-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": "Indianapolis Colts",
                "amount": 5000.0
            },
            {
                "team": "Jacksonville Jaguars",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "c1bd8d26-38d2-4d9f-894c-1dcf859a5a9d",
            "gambit_id": "f0b82233-c955-45e7-b5e6-9b942e67b7cf",
            "last_updated": "2023-10-16T18:33:02.015520-04:00",
            "created_at": "2023-10-12T10:57:58.185895-04:00",
            "name": "Indianapolis Colts",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e354fc15-b15e-4765-af8c-67e94ea2d56d/?format=api"
        },
        {
            "id": "5b8c557c-eb1d-4d05-9fbd-8b57a01d9862",
            "gambit_id": "c35ec8db-4f2a-4759-8e5f-8066ac9b74b9",
            "last_updated": "2023-10-16T18:33:02.022129-04:00",
            "created_at": "2023-10-12T10:57:58.192041-04:00",
            "name": "Jacksonville Jaguars",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e354fc15-b15e-4765-af8c-67e94ea2d56d/?format=api"
        }
    ]
}