GET /api/bet_types/655b0149-dac9-4207-aa4b-dec4c0cb7996/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "655b0149-dac9-4207-aa4b-dec4c0cb7996",
    "match": "https://api-prod.gambitprofit.com/api/matches/1207ce34-db90-46b9-9c57-842cef2c1dee/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-29T16:26:58.182356-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": "New Jersey Devils",
                "amount": 6805.0
            },
            {
                "team": "New York Rangers",
                "amount": 3195.0
            }
        ],
        "expected_reward_tokens": 9457.2,
        "profit_sb": -42.8,
        "profit_sb_percentage": -0.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "4188e9c1-4a1d-4a27-b1fe-978170724512",
            "gambit_id": "58035b75-66f8-4e9f-95a7-c191231e24e7",
            "last_updated": "2023-04-30T15:42:19.363391-04:00",
            "created_at": "2023-04-29T16:26:58.184887-04:00",
            "name": "New Jersey Devils",
            "reward": "1.39000",
            "odds": "1.40820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/655b0149-dac9-4207-aa4b-dec4c0cb7996/?format=api"
        },
        {
            "id": "40c11283-5bf2-4247-8887-1124d16c02b0",
            "gambit_id": "7617f01f-fdd2-418f-953a-5cd2732a4102",
            "last_updated": "2023-04-30T15:42:19.362030-04:00",
            "created_at": "2023-04-29T16:26:58.183557-04:00",
            "name": "New York Rangers",
            "reward": "2.96000",
            "odds": "3.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/655b0149-dac9-4207-aa4b-dec4c0cb7996/?format=api"
        }
    ]
}