GET /api/bet_types/389a1332-2588-4f7d-a77f-c59f365b1c60/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "389a1332-2588-4f7d-a77f-c59f365b1c60",
    "match": "https://api-prod.gambitprofit.com/api/matches/4d9d6eb6-ee12-4972-9f53-57aed9ab8657/?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": "Charlotte Hornets",
                "amount": 4696.0
            }
        ],
        "expected_reward_tokens": 9016.32,
        "profit_sb": 16.32,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "0096522a-848f-4d42-b619-69712befa7a4",
            "gambit_id": "85ea5951-a75a-4b2f-ab95-a2653e2453b9",
            "last_updated": "2022-12-05T11:47:12.072566-05: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/389a1332-2588-4f7d-a77f-c59f365b1c60/?format=api"
        },
        {
            "id": "ea5d048d-7971-460f-9b2c-02553ced6879",
            "gambit_id": "81673da1-1d11-4014-a553-4d8c38a50ad2",
            "last_updated": "2022-12-05T11:47:12.071386-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Charlotte Hornets",
            "reward": "1.92000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/389a1332-2588-4f7d-a77f-c59f365b1c60/?format=api"
        }
    ]
}