GET /api/bet_types/521f168a-25c2-4eff-94b6-268292d5c2ae/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "521f168a-25c2-4eff-94b6-268292d5c2ae",
    "match": "https://api-prod.gambitprofit.com/api/matches/c05c347d-79e2-43a4-bfdb-cd5ce6b15152/?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": "Philadelphia Flyers",
                "amount": 6170.0
            },
            {
                "team": "New York Rangers",
                "amount": 3830.0
            }
        ],
        "expected_reward_tokens": 9192.0,
        "profit_sb": 192.0,
        "profit_sb_percentage": 2.13,
        "recommended": true
    },
    "lines": [
        {
            "id": "cb37ac32-0943-4e8a-addd-907e01a27943",
            "gambit_id": "dabc9249-7da4-498c-90a6-09f02a04ee1a",
            "last_updated": "2022-12-19T10:42:31.238236-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Philadelphia Flyers",
            "reward": "1.49000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/521f168a-25c2-4eff-94b6-268292d5c2ae/?format=api"
        },
        {
            "id": "30fb1178-6052-4d94-808a-400a31435368",
            "gambit_id": "6ac9fa7b-3859-4483-b351-91e3478f69be",
            "last_updated": "2022-12-19T10:42:31.240308-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Rangers",
            "reward": "2.40000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/521f168a-25c2-4eff-94b6-268292d5c2ae/?format=api"
        }
    ]
}