GET /api/bet_types/80f140ed-a176-4a61-a258-5cb009409b37/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "80f140ed-a176-4a61-a258-5cb009409b37",
    "match": "https://api-prod.gambitprofit.com/api/matches/615b5652-736e-490a-b1d8-88aed72c0ae5/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-22T09:13:19.077294-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": "Philadelphia Eagles",
                "amount": 5773.0
            },
            {
                "team": "Buffalo Bills",
                "amount": 4227.0
            }
        ],
        "expected_reward_tokens": 9467.72,
        "profit_sb": -32.28,
        "profit_sb_percentage": -0.34,
        "recommended": false
    },
    "lines": [
        {
            "id": "6070848a-ac12-4074-807b-944cd2dca648",
            "gambit_id": "c553020a-39bb-4758-9d91-22c936ce4387",
            "last_updated": "2023-11-27T20:08:19.116614-05:00",
            "created_at": "2023-11-22T09:13:19.084679-05:00",
            "name": "Philadelphia Eagles",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/80f140ed-a176-4a61-a258-5cb009409b37/?format=api"
        },
        {
            "id": "d73fba5f-3ce8-484c-9933-6637cded9eed",
            "gambit_id": "f175e7a4-08f6-4ee3-9b9d-50069fbb8cc6",
            "last_updated": "2023-11-27T20:08:19.112975-05:00",
            "created_at": "2023-11-22T09:13:19.081040-05:00",
            "name": "Buffalo Bills",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/80f140ed-a176-4a61-a258-5cb009409b37/?format=api"
        }
    ]
}