GET /api/bet_types/6eecf9fb-ee0b-4192-a92f-4c5eecf72266/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6eecf9fb-ee0b-4192-a92f-4c5eecf72266",
    "match": "https://api-prod.gambitprofit.com/api/matches/fceb8377-d12a-4d2c-9169-611075f92225/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-27T09:43:10.125358-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": "Cleveland Browns",
                "amount": 7351.0
            },
            {
                "team": "New York Jets",
                "amount": 2649.0
            }
        ],
        "expected_reward_tokens": 9482.79,
        "profit_sb": -17.21,
        "profit_sb_percentage": -0.18,
        "recommended": false
    },
    "lines": [
        {
            "id": "b57ee554-c84b-45bd-adb8-86e90921f076",
            "gambit_id": "37ba1948-0f17-4a00-909c-c277e8eaa9df",
            "last_updated": "2023-12-30T16:28:07.231431-05:00",
            "created_at": "2023-12-27T09:43:10.133245-05:00",
            "name": "Cleveland Browns",
            "reward": "1.29000",
            "odds": "1.30300",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6eecf9fb-ee0b-4192-a92f-4c5eecf72266/?format=api"
        },
        {
            "id": "9f799666-192d-4ae8-bffd-f7f8f75c1ac6",
            "gambit_id": "36167dca-c51f-41b3-8c8a-7d5dc84d6f8d",
            "last_updated": "2023-12-30T16:28:07.227631-05:00",
            "created_at": "2023-12-27T09:43:10.129261-05:00",
            "name": "New York Jets",
            "reward": "3.58000",
            "odds": "3.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6eecf9fb-ee0b-4192-a92f-4c5eecf72266/?format=api"
        }
    ]
}