GET /api/bet_types/7ca517ab-43ee-4fa2-8624-a1b0c13584e2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7ca517ab-43ee-4fa2-8624-a1b0c13584e2",
    "match": "https://api-prod.gambitprofit.com/api/matches/9acbcd0a-58ad-46a3-a6bb-140e4783b153/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "St Louis Blues",
                "amount": 6893.0
            },
            {
                "team": "Vancouver Canucks",
                "amount": 3107.0
            }
        ],
        "expected_reward_tokens": 9165.65,
        "profit_sb": 165.65,
        "profit_sb_percentage": 1.84,
        "recommended": true
    },
    "lines": [
        {
            "id": "0a91b018-b5fe-4b95-b6e1-20864cca221a",
            "gambit_id": "0d80142f-c937-4e93-a457-060db0f87d9d",
            "last_updated": "2022-12-20T15:57:22.846359-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "St Louis Blues",
            "reward": "1.33000",
            "odds": "1.37740",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7ca517ab-43ee-4fa2-8624-a1b0c13584e2/?format=api"
        },
        {
            "id": "08c0b213-67ff-45c6-b548-c994c57e7b93",
            "gambit_id": "f8f9fa3b-e05c-4c5b-ba35-a955b3aec340",
            "last_updated": "2022-12-20T15:57:22.845241-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Vancouver Canucks",
            "reward": "2.95000",
            "odds": "3.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7ca517ab-43ee-4fa2-8624-a1b0c13584e2/?format=api"
        }
    ]
}