GET /api/bet_types/4a38a6e8-f42d-402d-98db-7d76becd988e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4a38a6e8-f42d-402d-98db-7d76becd988e",
    "match": "https://api-prod.gambitprofit.com/api/matches/cadc06a8-44c0-4b3a-91b8-b38b13162450/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-08T08:23:01.822517-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": "Charlotte Hornets",
                "amount": 5423.0
            },
            {
                "team": "Washington Wizards",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": -118.21,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "62328c41-d1e8-4778-b213-f9d46a60bf5a",
            "gambit_id": "6fc737c6-9637-4652-9562-fc99f4e4c21b",
            "last_updated": "2023-11-10T12:38:27.520643-05:00",
            "created_at": "2023-11-08T08:23:01.832868-05:00",
            "name": "Charlotte Hornets",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4a38a6e8-f42d-402d-98db-7d76becd988e/?format=api"
        },
        {
            "id": "952b1b6b-def6-4c64-9124-75f29444cc49",
            "gambit_id": "c9ab999c-db91-4e1a-998c-0859721bd3bb",
            "last_updated": "2023-11-10T12:38:27.516595-05:00",
            "created_at": "2023-11-08T08:23:01.827211-05:00",
            "name": "Washington Wizards",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4a38a6e8-f42d-402d-98db-7d76becd988e/?format=api"
        }
    ]
}