GET /api/bet_types/c8a84a95-5cc4-4adb-a8d6-959e86665fa5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c8a84a95-5cc4-4adb-a8d6-959e86665fa5",
    "match": "https://api-prod.gambitprofit.com/api/matches/ff52ac32-afad-46b1-bfa3-6b869cbd5bae/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-25T09:46:53.244980-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": "Brooklyn Nets",
                "amount": 5000.0
            },
            {
                "team": "Philadelphia 76ers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "9c4366c2-178d-44ed-a661-bc95d2748a1f",
            "gambit_id": "6f65fb7c-dc50-4e02-9d12-67d7f5771704",
            "last_updated": "2023-01-26T10:57:00.964674-05:00",
            "created_at": "2023-01-25T09:46:53.246148-05:00",
            "name": "Brooklyn Nets",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c8a84a95-5cc4-4adb-a8d6-959e86665fa5/?format=api"
        },
        {
            "id": "8f9fe776-fd7c-4d60-88c6-8c52b5393012",
            "gambit_id": "b3a29a51-57a0-42e3-8861-f9e5280dfee2",
            "last_updated": "2023-01-26T10:57:00.966146-05:00",
            "created_at": "2023-01-25T09:46:53.247345-05:00",
            "name": "Philadelphia 76ers",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c8a84a95-5cc4-4adb-a8d6-959e86665fa5/?format=api"
        }
    ]
}