GET /api/bet_types/240543d6-7de1-4544-8c16-efd946234d65/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "240543d6-7de1-4544-8c16-efd946234d65",
    "match": "https://api-prod.gambitprofit.com/api/matches/637f0006-bd51-47dd-b3c8-3f23b3b7ca40/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-30T08:58:14.551637-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": "Miami Heat",
                "amount": 5000.0
            },
            {
                "team": "Milwaukee Bucks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "f7defc6e-e3c7-42e1-af9e-86aa98cccab9",
            "gambit_id": "00d55de2-57b8-4dc0-bc46-3ea655aba1d8",
            "last_updated": "2023-10-31T20:13:10.559882-04:00",
            "created_at": "2023-10-30T08:58:14.555197-04:00",
            "name": "Miami Heat",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/240543d6-7de1-4544-8c16-efd946234d65/?format=api"
        },
        {
            "id": "8af6bfb0-9fbe-4157-a19e-6f54defa4b64",
            "gambit_id": "9f639230-5c03-46c1-862e-88e9ed94caa8",
            "last_updated": "2023-10-31T20:13:10.563163-04:00",
            "created_at": "2023-10-30T08:58:14.559546-04:00",
            "name": "Milwaukee Bucks",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/240543d6-7de1-4544-8c16-efd946234d65/?format=api"
        }
    ]
}