GET /api/bet_types/8999711c-63f4-4a74-a100-dde611abf43a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8999711c-63f4-4a74-a100-dde611abf43a",
    "match": "https://api-prod.gambitprofit.com/api/matches/b0e78119-d64c-4be0-8980-2e83d6e0c2d4/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-14T09:58:12.542854-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": "San Francisco 49ers",
                "amount": 7429.0
            },
            {
                "team": "Los Angeles Rams",
                "amount": 2571.0
            }
        ],
        "expected_reward_tokens": 9434.83,
        "profit_sb": -65.17,
        "profit_sb_percentage": -0.69,
        "recommended": false
    },
    "lines": [
        {
            "id": "91534614-2d57-4c16-8118-a5dfc6f09f16",
            "gambit_id": "cceb6d3b-8ee8-4349-9d4b-f8a2ae98c947",
            "last_updated": "2023-09-18T15:43:23.379380-04:00",
            "created_at": "2023-09-14T09:58:12.547123-04:00",
            "name": "San Francisco 49ers",
            "reward": "1.27000",
            "odds": "1.28570",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8999711c-63f4-4a74-a100-dde611abf43a/?format=api"
        },
        {
            "id": "33559ebc-13fd-4776-80ac-2c31fb8ed18b",
            "gambit_id": "dccb5333-bf73-4a68-896d-5d6dcc8559e2",
            "last_updated": "2023-09-18T15:43:23.386662-04:00",
            "created_at": "2023-09-14T09:58:12.551527-04:00",
            "name": "Los Angeles Rams",
            "reward": "3.67000",
            "odds": "3.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8999711c-63f4-4a74-a100-dde611abf43a/?format=api"
        }
    ]
}