GET /api/bet_types/a7d7e232-50df-45a3-acee-d483466ebd91/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a7d7e232-50df-45a3-acee-d483466ebd91",
    "match": "https://api-prod.gambitprofit.com/api/matches/6b0fa51b-f09a-4c79-8b45-5d97c2bd6e89/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-04T09:48:05.887217-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": "CWS",
                "amount": 5512.0
            },
            {
                "team": "KAN",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "b119e917-2337-4efc-833f-4c199d48a7ff",
            "gambit_id": "46bb7af7-6557-4b64-ba5d-5cb592e904f6",
            "last_updated": "2023-09-05T17:13:01.497425-04:00",
            "created_at": "2023-09-04T09:48:05.892421-04:00",
            "name": "CWS",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a7d7e232-50df-45a3-acee-d483466ebd91/?format=api"
        },
        {
            "id": "2a111885-52d3-4708-9d75-499f2acef8d6",
            "gambit_id": "2572e57a-8682-4539-8881-1a47e1b45ab7",
            "last_updated": "2023-09-05T17:13:01.500882-04:00",
            "created_at": "2023-09-04T09:48:05.896992-04:00",
            "name": "KAN",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a7d7e232-50df-45a3-acee-d483466ebd91/?format=api"
        }
    ]
}