GET /api/bet_types/1077100d-c000-4708-8768-523721771046/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1077100d-c000-4708-8768-523721771046",
    "match": "https://api-prod.gambitprofit.com/api/matches/66161e84-a855-4c7e-820d-bb90ecdd738b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-27T09:18:10.270163-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": "Los Angeles Lakers",
                "amount": 5000.0
            },
            {
                "team": "Philadelphia 76ers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "fe923ca3-46a1-4547-92f1-253425586a8a",
            "gambit_id": "250c3fbb-6c82-4771-b157-bc0c0430a27c",
            "last_updated": "2023-11-28T21:53:03.631462-05:00",
            "created_at": "2023-11-27T09:18:10.274402-05:00",
            "name": "Los Angeles Lakers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1077100d-c000-4708-8768-523721771046/?format=api"
        },
        {
            "id": "a68f2467-b30a-429f-8c34-06c353f3506a",
            "gambit_id": "63f63beb-67ed-4bf0-aecf-ccda1eb3ca5e",
            "last_updated": "2023-11-28T21:53:03.635308-05:00",
            "created_at": "2023-11-27T09:18:10.279460-05:00",
            "name": "Philadelphia 76ers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1077100d-c000-4708-8768-523721771046/?format=api"
        }
    ]
}