GET /api/bet_types/6bd5d3da-da01-49e4-996d-d6f576ee23a7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6bd5d3da-da01-49e4-996d-d6f576ee23a7",
    "match": "https://api-prod.gambitprofit.com/api/matches/8abb1944-91fa-4b04-b760-49adba2d6652/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-21T09:13:05.831679-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": "Oklahoma City Thunder",
                "amount": 6752.0
            },
            {
                "team": "Los Angeles Clippers",
                "amount": 3248.0
            }
        ],
        "expected_reward_tokens": 9451.68,
        "profit_sb": -48.32,
        "profit_sb_percentage": -0.51,
        "recommended": false
    },
    "lines": [
        {
            "id": "c3598024-c60b-4330-ace9-978ead7727c8",
            "gambit_id": "6af91d67-a52c-4b97-8cf4-060b691e5e59",
            "last_updated": "2023-12-23T14:48:20.139387-05:00",
            "created_at": "2023-12-21T09:13:05.846400-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "1.40000",
            "odds": "1.41670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6bd5d3da-da01-49e4-996d-d6f576ee23a7/?format=api"
        },
        {
            "id": "2928c70f-5c3d-4991-b676-21a3da9fe075",
            "gambit_id": "492e02a3-2a6a-4caf-9113-90c4ba20e7a6",
            "last_updated": "2023-12-23T14:48:20.131695-05:00",
            "created_at": "2023-12-21T09:13:05.835501-05:00",
            "name": "Los Angeles Clippers",
            "reward": "2.91000",
            "odds": "3.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6bd5d3da-da01-49e4-996d-d6f576ee23a7/?format=api"
        }
    ]
}