GET /api/bet_types/60eb4b11-d1da-474d-a5fe-6e88c8a10289/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "60eb4b11-d1da-474d-a5fe-6e88c8a10289",
    "match": "https://api-prod.gambitprofit.com/api/matches/d466f904-ef81-4c86-882d-901f1f653acb/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-01T09:22:01.970046-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": 5000.0
            },
            {
                "team": "Miami Dolphins",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "2022f94d-ff28-4c09-8a85-482e93812ced",
            "gambit_id": "3c41758c-7f94-4418-8742-055d1406291c",
            "last_updated": "2023-01-02T12:47:01.041148-05:00",
            "created_at": "2023-01-01T09:22:01.971191-05:00",
            "name": "New England Patriots",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/60eb4b11-d1da-474d-a5fe-6e88c8a10289/?format=api"
        },
        {
            "id": "52e56ae5-87d8-4672-a2eb-1bfc246f809f",
            "gambit_id": "f7363d24-70f5-4851-aea8-4e1dce084373",
            "last_updated": "2023-01-02T12:47:01.042836-05:00",
            "created_at": "2023-01-01T09:22:01.972387-05:00",
            "name": "Miami Dolphins",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/60eb4b11-d1da-474d-a5fe-6e88c8a10289/?format=api"
        }
    ]
}