GET /api/bet_types/b93e24bc-9efc-4990-a3e8-02767eb13356/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b93e24bc-9efc-4990-a3e8-02767eb13356",
    "match": "https://api-prod.gambitprofit.com/api/matches/2116a238-2193-40a0-bb6f-b9ae80b6fd3b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-28T09:08:09.533144-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": "Minnesota Timberwolves",
                "amount": 7346.0
            },
            {
                "team": "Miami Heat",
                "amount": 2654.0
            }
        ],
        "expected_reward_tokens": 9474.78,
        "profit_sb": -25.22,
        "profit_sb_percentage": -0.27,
        "recommended": false
    },
    "lines": [
        {
            "id": "b9840633-4834-4a69-b73e-5b43c104bd1d",
            "gambit_id": "00804e4e-8a4f-454a-8cde-7ba6894cf7b9",
            "last_updated": "2023-10-30T14:38:07.817766-04:00",
            "created_at": "2023-10-28T09:08:09.542361-04:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.29000",
            "odds": "1.30300",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b93e24bc-9efc-4990-a3e8-02767eb13356/?format=api"
        },
        {
            "id": "dad4a6a4-1efc-4330-9034-df3718c829e6",
            "gambit_id": "30bfe2fa-e61b-47d1-a797-0df9ca6225ff",
            "last_updated": "2023-10-30T14:38:07.814642-04:00",
            "created_at": "2023-10-28T09:08:09.537864-04:00",
            "name": "Miami Heat",
            "reward": "3.57000",
            "odds": "3.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b93e24bc-9efc-4990-a3e8-02767eb13356/?format=api"
        }
    ]
}