GET /api/bet_types/52fd298a-3d96-4d71-94ab-83bd894ae0e1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "52fd298a-3d96-4d71-94ab-83bd894ae0e1",
    "match": "https://api-prod.gambitprofit.com/api/matches/6f0303f8-8e6a-47d3-a4af-98ec28aec010/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-19T13:07:28.288618-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": "Oklahoma City Thunder",
                "amount": 5107.0
            },
            {
                "team": "Phoenix Suns",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "06486173-06d5-4901-9403-15b250e07974",
            "gambit_id": "905c2cfb-2ee6-4fd9-a721-78e636c53484",
            "last_updated": "2023-03-20T10:57:14.452069-04:00",
            "created_at": "2023-03-19T13:07:28.290401-04:00",
            "name": "Oklahoma City Thunder",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/52fd298a-3d96-4d71-94ab-83bd894ae0e1/?format=api"
        },
        {
            "id": "cefc36c6-5270-4016-ba06-df5b3c9a1364",
            "gambit_id": "8f3b2e5e-3db5-4714-b527-92e85ba39a6b",
            "last_updated": "2023-03-20T10:57:14.454658-04:00",
            "created_at": "2023-03-19T13:07:28.292089-04:00",
            "name": "Phoenix Suns",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/52fd298a-3d96-4d71-94ab-83bd894ae0e1/?format=api"
        }
    ]
}