GET /api/bet_types/669c487f-2f40-40f5-ad89-279388e43a91/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "669c487f-2f40-40f5-ad89-279388e43a91",
    "match": "https://api-prod.gambitprofit.com/api/matches/a590bf1a-4216-400c-8637-d746796d6493/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-10T11:22:00.681442-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": "Ottawa Senators",
                "amount": 5939.0
            },
            {
                "team": "Carolina Hurricanes",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "4b1cbfc7-36f0-4691-80b4-dd8297c752b3",
            "gambit_id": "417919bf-b4d5-4caf-85c3-b2042866b676",
            "last_updated": "2023-04-11T13:52:11.742729-04:00",
            "created_at": "2023-04-10T11:22:00.683220-04:00",
            "name": "Ottawa Senators",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/669c487f-2f40-40f5-ad89-279388e43a91/?format=api"
        },
        {
            "id": "813fb36a-6a06-48dd-8ad8-b942bf68632d",
            "gambit_id": "022993fa-4dc1-42bd-9f64-b1996086ecaf",
            "last_updated": "2023-04-11T13:52:11.745367-04:00",
            "created_at": "2023-04-10T11:22:00.685086-04:00",
            "name": "Carolina Hurricanes",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/669c487f-2f40-40f5-ad89-279388e43a91/?format=api"
        }
    ]
}