GET /api/bet_types/6cb3810b-99e9-42ba-8fe6-a766bc7aeda8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6cb3810b-99e9-42ba-8fe6-a766bc7aeda8",
    "match": "https://api-prod.gambitprofit.com/api/matches/f91d1737-4e3c-47ef-8641-56145b68cfce/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-21T09:13:07.316500-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": "Portland Trail Blazers",
                "amount": 5107.0
            },
            {
                "team": "Washington Wizards",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "8991d4c8-8061-48c3-a95d-9c20bac5077d",
            "gambit_id": "86051855-2619-4b20-b282-5575a587846e",
            "last_updated": "2023-12-23T14:43:20.844492-05:00",
            "created_at": "2023-12-21T09:13:07.327162-05:00",
            "name": "Portland Trail Blazers",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6cb3810b-99e9-42ba-8fe6-a766bc7aeda8/?format=api"
        },
        {
            "id": "face47bc-bd3e-4abf-9de0-87bc3356f447",
            "gambit_id": "0a047794-11aa-4609-879a-dc8eca26ecc5",
            "last_updated": "2023-12-23T14:43:20.847822-05:00",
            "created_at": "2023-12-21T09:13:07.335633-05:00",
            "name": "Washington Wizards",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6cb3810b-99e9-42ba-8fe6-a766bc7aeda8/?format=api"
        }
    ]
}