GET /api/bet_types/0a23c246-6795-45e7-884b-da54f2a13e2f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0a23c246-6795-45e7-884b-da54f2a13e2f",
    "match": "https://api-prod.gambitprofit.com/api/matches/3777a926-2e5d-40f9-9d3b-bcf767630c36/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-02-03T08:48:01.045376-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": "Sacramento Kings",
                "amount": 5000.0
            },
            {
                "team": "Chicago Bulls",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "4ecea369-257b-4866-b2cc-aceb5b0f905f",
            "gambit_id": "74dae797-4b53-4ada-9023-bc6f19d33ac0",
            "last_updated": "2024-02-05T14:18:24.628970-05:00",
            "created_at": "2024-02-03T08:48:01.049851-05:00",
            "name": "Sacramento Kings",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0a23c246-6795-45e7-884b-da54f2a13e2f/?format=api"
        },
        {
            "id": "942c05e6-9104-4efe-b2c4-463248f4ece6",
            "gambit_id": "41ae041a-8a8a-443c-8fbe-c33ace41f1a4",
            "last_updated": "2024-02-05T14:18:24.632326-05:00",
            "created_at": "2024-02-03T08:48:01.054538-05:00",
            "name": "Chicago Bulls",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0a23c246-6795-45e7-884b-da54f2a13e2f/?format=api"
        }
    ]
}