GET /api/bet_types/b4a7da22-caff-41f6-954c-679af48e1b3f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b4a7da22-caff-41f6-954c-679af48e1b3f",
    "match": "https://api-prod.gambitprofit.com/api/matches/47632a91-84d0-408e-a0a8-964789e31c17/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-15T12:27:12.110384-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": "NYM",
                "amount": 5213.0
            },
            {
                "team": "OAK",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "89fd342f-7a49-4277-b546-b56440b14c47",
            "gambit_id": "39d237e1-8002-443b-b874-1f91f0f6a975",
            "last_updated": "2023-04-16T18:07:21.293901-04:00",
            "created_at": "2023-04-15T12:27:12.111882-04:00",
            "name": "NYM",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b4a7da22-caff-41f6-954c-679af48e1b3f/?format=api"
        },
        {
            "id": "b3aad09d-4b03-4d08-991c-4ae84a1827a9",
            "gambit_id": "6b61b9c4-7b32-4a01-a712-1eb18f41b94a",
            "last_updated": "2023-04-16T18:07:21.296541-04:00",
            "created_at": "2023-04-15T12:27:12.113451-04:00",
            "name": "OAK",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b4a7da22-caff-41f6-954c-679af48e1b3f/?format=api"
        }
    ]
}