GET /api/bet_types/532bb773-226f-4b83-b30a-5fbb2fb9da9d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "532bb773-226f-4b83-b30a-5fbb2fb9da9d",
    "match": "https://api-prod.gambitprofit.com/api/matches/b3147156-6047-4a01-a63e-1b26d4256f6a/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "New England Patriots",
                "amount": 5095.0
            },
            {
                "team": "New York Giants",
                "amount": 4905.0
            }
        ],
        "expected_reward_tokens": 9171.0,
        "profit_sb": 171.0,
        "profit_sb_percentage": 1.9,
        "recommended": true
    },
    "lines": [
        {
            "id": "2f3fe4f1-cecc-4602-9f58-955287510f6a",
            "gambit_id": "f1a4eee2-ad15-4121-916c-01416804b93e",
            "last_updated": "2022-08-12T10:07:11.957061-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New England Patriots",
            "reward": "1.80000",
            "odds": "1.86960",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/532bb773-226f-4b83-b30a-5fbb2fb9da9d/?format=api"
        },
        {
            "id": "932e1098-4dee-4f4b-a55f-ea6809fcb683",
            "gambit_id": "36acc3f2-3a38-4898-a10b-2221c32c022f",
            "last_updated": "2022-08-12T10:07:11.957453-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Giants",
            "reward": "1.87000",
            "odds": "1.95240",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/532bb773-226f-4b83-b30a-5fbb2fb9da9d/?format=api"
        }
    ]
}