GET /api/bet_types/24474a90-53ac-4e3d-b96c-ae2d9b7a8882/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "24474a90-53ac-4e3d-b96c-ae2d9b7a8882",
    "match": "https://api-prod.gambitprofit.com/api/matches/c8e73d2a-173a-49c9-b91e-1177b9968a85/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-21T09:13:06.828389-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": "Minnesota Timberwolves",
                "amount": 7429.0
            },
            {
                "team": "Los Angeles Lakers",
                "amount": 2571.0
            }
        ],
        "expected_reward_tokens": 9434.83,
        "profit_sb": -65.17,
        "profit_sb_percentage": -0.69,
        "recommended": false
    },
    "lines": [
        {
            "id": "eb14ed5a-6924-4dd0-bb15-651dd67a94e0",
            "gambit_id": "6f92c21b-2200-436e-95e3-a7d073a253ce",
            "last_updated": "2023-12-23T14:43:19.901886-05:00",
            "created_at": "2023-12-21T09:13:06.836438-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.27000",
            "odds": "1.28570",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/24474a90-53ac-4e3d-b96c-ae2d9b7a8882/?format=api"
        },
        {
            "id": "52714651-32b6-40e8-8e0b-55250c772cb4",
            "gambit_id": "c971b9cf-a609-4f01-b6d9-84f8f253c277",
            "last_updated": "2023-12-23T14:43:19.898715-05:00",
            "created_at": "2023-12-21T09:13:06.832591-05:00",
            "name": "Los Angeles Lakers",
            "reward": "3.67000",
            "odds": "3.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/24474a90-53ac-4e3d-b96c-ae2d9b7a8882/?format=api"
        }
    ]
}