GET /api/bet_types/0f6a860c-0e40-4ece-82ba-5ffa5dbf2ca1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0f6a860c-0e40-4ece-82ba-5ffa5dbf2ca1",
    "match": "https://api-prod.gambitprofit.com/api/matches/a0c0613d-e7d2-469a-bf41-7df5dd7aa3d2/?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": "New York Jets",
                "amount": 5574.0
            },
            {
                "team": "Jacksonville Jaguars",
                "amount": 4426.0
            }
        ],
        "expected_reward_tokens": 9029.04,
        "profit_sb": 29.04,
        "profit_sb_percentage": 0.32,
        "recommended": true
    },
    "lines": [
        {
            "id": "9c8c403d-61b9-4311-8e1d-a60e1123d522",
            "gambit_id": "0062d9a1-14f6-42c2-9780-80b67eb9fee5",
            "last_updated": "2022-12-23T12:22:18.009282-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Jets",
            "reward": "1.62000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0f6a860c-0e40-4ece-82ba-5ffa5dbf2ca1/?format=api"
        },
        {
            "id": "f3539bc3-3b65-4477-a753-850d21a36126",
            "gambit_id": "aa873df9-f62d-458d-bf71-445f5602ece4",
            "last_updated": "2022-12-23T12:22:18.010383-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Jacksonville Jaguars",
            "reward": "2.04000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0f6a860c-0e40-4ece-82ba-5ffa5dbf2ca1/?format=api"
        }
    ]
}