GET /api/bet_types/4212ca24-9e77-426a-a7b0-24d9847589f9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4212ca24-9e77-426a-a7b0-24d9847589f9",
    "match": "https://api-prod.gambitprofit.com/api/matches/8a93250f-5178-4e7e-8503-b4c692e6072e/?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 76ers",
                "amount": 5000.0
            },
            {
                "team": "Memphis Grizzlies",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "fe8dad16-e9ee-437a-af56-61a2bee4c537",
            "gambit_id": "18792e18-7220-45a0-b00d-d4f56870b649",
            "last_updated": "2022-12-03T09:57:35.570979-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Philadelphia 76ers",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4212ca24-9e77-426a-a7b0-24d9847589f9/?format=api"
        },
        {
            "id": "e058b93c-25ab-4bbe-b105-bd9bc8b27d24",
            "gambit_id": "a9f50810-1191-4124-9d5d-136f4ee9740f",
            "last_updated": "2022-12-03T09:57:35.569979-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Memphis Grizzlies",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4212ca24-9e77-426a-a7b0-24d9847589f9/?format=api"
        }
    ]
}