GET /api/bet_types/27676ae4-502d-46f6-a665-b7bba5686ef5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "27676ae4-502d-46f6-a665-b7bba5686ef5",
    "match": "https://api-prod.gambitprofit.com/api/matches/83a54fe3-78d9-4dde-9125-6a47bbd5fdc7/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-13T10:18:27.049944-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": "LOS (J Urias)",
                "amount": 7280.0
            },
            {
                "team": "COL (K Freeland)",
                "amount": 2720.0
            }
        ],
        "expected_reward_tokens": 9464.0,
        "profit_sb": -36.0,
        "profit_sb_percentage": -0.38,
        "recommended": false
    },
    "lines": [
        {
            "id": "d1388930-711c-4ee0-8bdb-83c809edb770",
            "gambit_id": "cfdb5505-27c9-4cd5-922f-91e63d6bd5a6",
            "last_updated": "2023-08-14T18:33:05.324839-04:00",
            "created_at": "2023-08-13T10:18:27.061043-04:00",
            "name": "LOS (J Urias)",
            "reward": "1.30000",
            "odds": "1.31250",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/27676ae4-502d-46f6-a665-b7bba5686ef5/?format=api"
        },
        {
            "id": "561470e4-64f0-486f-ad26-f2b09cb7c440",
            "gambit_id": "d6730316-2ed9-46c3-b506-79b54c54e970",
            "last_updated": "2023-08-14T18:33:05.294651-04:00",
            "created_at": "2023-08-13T10:18:27.056322-04:00",
            "name": "COL (K Freeland)",
            "reward": "3.48000",
            "odds": "3.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/27676ae4-502d-46f6-a665-b7bba5686ef5/?format=api"
        }
    ]
}