GET /api/bet_types/18c51bae-3b90-4f11-931f-0573af629310/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "18c51bae-3b90-4f11-931f-0573af629310",
    "match": "https://api-prod.gambitprofit.com/api/matches/76a84608-d11b-4972-97cd-9899998c3f2a/?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": "Milwaukee Bucks",
                "amount": 5304.0
            },
            {
                "team": "Minnesota Timberwolves",
                "amount": 4696.0
            }
        ],
        "expected_reward_tokens": 9016.32,
        "profit_sb": 16.32,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "ea4f7e85-4608-4d53-a89e-5d384d4b4e3d",
            "gambit_id": "1e8f234f-0d12-463a-86d4-50d19e63d42e",
            "last_updated": "2022-11-05T09:28:20.090321-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.70000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/18c51bae-3b90-4f11-931f-0573af629310/?format=api"
        },
        {
            "id": "2bf0844d-3c81-40ea-a8bf-66ca02752531",
            "gambit_id": "6deef02c-cd18-418f-9cab-2d1ffa956026",
            "last_updated": "2022-11-05T09:28:20.089368-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.92000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/18c51bae-3b90-4f11-931f-0573af629310/?format=api"
        }
    ]
}