GET /api/bet_types/ea1d368b-e9d9-4a09-90b3-1c68974ee89b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ea1d368b-e9d9-4a09-90b3-1c68974ee89b",
    "match": "https://api-prod.gambitprofit.com/api/matches/d12b1426-0237-4de5-bded-1a59b0402128/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-11T17:47:17.479797-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": "Dallas Mavericks",
                "amount": 5316.0
            },
            {
                "team": "Sacramento Kings",
                "amount": 4684.0
            }
        ],
        "expected_reward_tokens": 9461.68,
        "profit_sb": -38.32,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "1b1dd4cd-6475-46cf-a526-20dbc3317849",
            "gambit_id": "2f507425-e942-4831-957e-ea72503cd187",
            "last_updated": "2023-02-12T09:42:16.721131-05:00",
            "created_at": "2023-02-11T17:47:17.482912-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.78000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ea1d368b-e9d9-4a09-90b3-1c68974ee89b/?format=api"
        },
        {
            "id": "a01d0c0b-133c-46db-96f9-880a0e13368b",
            "gambit_id": "08d76ee9-8f8c-46a6-a90c-752fb96dd776",
            "last_updated": "2023-02-12T09:42:16.719963-05:00",
            "created_at": "2023-02-11T17:47:17.481613-05:00",
            "name": "Sacramento Kings",
            "reward": "2.02000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ea1d368b-e9d9-4a09-90b3-1c68974ee89b/?format=api"
        }
    ]
}