GET /api/bet_types/ca071fb5-84d7-43a8-9a36-6f997c9ee6c4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ca071fb5-84d7-43a8-9a36-6f997c9ee6c4",
    "match": "https://api-prod.gambitprofit.com/api/matches/aa59bb33-a46e-4381-88a8-713860a3b8d0/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Baltimore Ravens",
                "amount": 6766.0
            },
            {
                "team": "New York Giants",
                "amount": 3234.0
            }
        ],
        "expected_reward_tokens": 9540.06,
        "profit_sb": 40.06,
        "profit_sb_percentage": 0.42,
        "recommended": true
    },
    "lines": [
        {
            "id": "b0ad5c2e-dc0f-4bac-a803-aa90923510df",
            "gambit_id": "108dd314-e2a2-4cbb-b1ec-d13182486256",
            "last_updated": "2022-10-17T15:32:02.709707-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Baltimore Ravens",
            "reward": "1.41000",
            "odds": "1.41670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ca071fb5-84d7-43a8-9a36-6f997c9ee6c4/?format=api"
        },
        {
            "id": "c9552617-ec81-4a6d-a6e8-6191a32ef086",
            "gambit_id": "ef504711-62ab-448e-94e8-e0c3207a08eb",
            "last_updated": "2022-10-17T15:32:02.708579-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Giants",
            "reward": "2.95000",
            "odds": "3.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ca071fb5-84d7-43a8-9a36-6f997c9ee6c4/?format=api"
        }
    ]
}