GET /api/bet_types/6202ce6b-8848-4dd7-9c78-b3c3a952b992/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6202ce6b-8848-4dd7-9c78-b3c3a952b992",
    "match": "https://api-prod.gambitprofit.com/api/matches/6f2634fb-0edd-4d9d-b24b-148af9a7dd4b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-16T09:23:10.310675-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": "Winnipeg Jets",
                "amount": 7152.0
            },
            {
                "team": "Colorado Avalanche",
                "amount": 2848.0
            }
        ],
        "expected_reward_tokens": 9512.16,
        "profit_sb": 12.16,
        "profit_sb_percentage": 0.13,
        "recommended": true
    },
    "lines": [
        {
            "id": "64b4fd34-6b92-4747-9f37-3a2fbb6d60e7",
            "gambit_id": "7a6fbbf2-bc9d-4567-be38-a4e7d1dba072",
            "last_updated": "2023-12-18T10:33:33.417918-05:00",
            "created_at": "2023-12-16T09:23:10.319539-05:00",
            "name": "Winnipeg Jets",
            "reward": "1.33000",
            "odds": "1.34480",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6202ce6b-8848-4dd7-9c78-b3c3a952b992/?format=api"
        },
        {
            "id": "96c7590f-7533-41d0-ba98-59d67cb291da",
            "gambit_id": "6c6eff7f-ae6b-4806-8bc4-ddf284ca24ce",
            "last_updated": "2023-12-18T10:33:33.414743-05:00",
            "created_at": "2023-12-16T09:23:10.314447-05:00",
            "name": "Colorado Avalanche",
            "reward": "3.34000",
            "odds": "3.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6202ce6b-8848-4dd7-9c78-b3c3a952b992/?format=api"
        }
    ]
}