GET /api/bet_types/69401879-538b-4665-b4d4-7f4a723bb23a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "69401879-538b-4665-b4d4-7f4a723bb23a",
    "match": "https://api-prod.gambitprofit.com/api/matches/9d67f5af-3eb8-43b2-9a77-ca8d067a6a8c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-24T08:57:59.168745-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": "Vancouver Canucks",
                "amount": 6744.0
            },
            {
                "team": "Nashville Predators",
                "amount": 3256.0
            }
        ],
        "expected_reward_tokens": 9441.6,
        "profit_sb": -58.4,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "ea8286a2-9164-4c9c-bf44-1e6ee197fc5a",
            "gambit_id": "321e22a1-53a7-46ab-a82e-a0d00eac39fe",
            "last_updated": "2023-10-26T10:13:03.574368-04:00",
            "created_at": "2023-10-24T08:57:59.176087-04:00",
            "name": "Vancouver Canucks",
            "reward": "1.40000",
            "odds": "1.41670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/69401879-538b-4665-b4d4-7f4a723bb23a/?format=api"
        },
        {
            "id": "8af3cce7-00cb-47c5-a5b4-58361e79aa8a",
            "gambit_id": "4d549380-d1f5-422c-9d0a-e3cd0d3c080f",
            "last_updated": "2023-10-26T10:13:03.578402-04:00",
            "created_at": "2023-10-24T08:57:59.180841-04:00",
            "name": "Nashville Predators",
            "reward": "2.90000",
            "odds": "3.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/69401879-538b-4665-b4d4-7f4a723bb23a/?format=api"
        }
    ]
}