GET /api/bet_types/359dc528-3cb9-44af-a239-419f807db7bc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "359dc528-3cb9-44af-a239-419f807db7bc",
    "match": "https://api-prod.gambitprofit.com/api/matches/f0efc864-c5a8-4297-9b09-5eabc8be3c7a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-15T08:47:21.749927-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": "Toronto Maple Leafs",
                "amount": 6475.0
            },
            {
                "team": "Chicago Blackhawks",
                "amount": 3525.0
            }
        ],
        "expected_reward_tokens": 9517.5,
        "profit_sb": 17.5,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "f8fe8790-3ae8-4ef0-bcde-163ce8c78b2f",
            "gambit_id": "0ad127fd-643e-4ff4-be28-4c44afb6e22c",
            "last_updated": "2023-02-16T16:56:58.433404-05:00",
            "created_at": "2023-02-15T08:47:21.751212-05:00",
            "name": "Toronto Maple Leafs",
            "reward": "1.47000",
            "odds": "1.48780",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/359dc528-3cb9-44af-a239-419f807db7bc/?format=api"
        },
        {
            "id": "314834ce-fbf0-4c0b-903e-7e3aa510b40e",
            "gambit_id": "14c17431-53f5-4d8c-9ea2-30952ab303ac",
            "last_updated": "2023-02-16T16:56:58.434555-05:00",
            "created_at": "2023-02-15T08:47:21.752562-05:00",
            "name": "Chicago Blackhawks",
            "reward": "2.70000",
            "odds": "2.75000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/359dc528-3cb9-44af-a239-419f807db7bc/?format=api"
        }
    ]
}