GET /api/bet_types/6a08ca32-958b-48fe-b7eb-4c551637ca4a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6a08ca32-958b-48fe-b7eb-4c551637ca4a",
    "match": "https://api-prod.gambitprofit.com/api/matches/e910729f-0641-4b36-9171-2fa597e0fc4f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-02T05:42:10.586267-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": "Ricardo Franco",
                "amount": 7592.0
            },
            {
                "team": "Dan Breeze",
                "amount": 2408.0
            }
        ],
        "expected_reward_tokens": 9414.08,
        "profit_sb": -85.92,
        "profit_sb_percentage": -0.9,
        "recommended": false
    },
    "lines": [
        {
            "id": "51598110-b569-4a4f-82ba-18cd16f0b67a",
            "gambit_id": "d0e39b17-0e96-4428-9e3e-306c351064d9",
            "last_updated": "2023-03-11T13:57:01.117662-05:00",
            "created_at": "2023-03-02T05:42:10.589164-05:00",
            "name": "Ricardo Franco",
            "reward": "1.24000",
            "odds": "1.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6a08ca32-958b-48fe-b7eb-4c551637ca4a/?format=api"
        },
        {
            "id": "f210dccb-ca0d-439c-aaec-6afcf4fe7486",
            "gambit_id": "45c6d1c4-0fda-4477-8237-c55a6dafc18c",
            "last_updated": "2023-03-11T13:57:01.115950-05:00",
            "created_at": "2023-03-02T05:42:10.587776-05:00",
            "name": "Dan Breeze",
            "reward": "3.91000",
            "odds": "4.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6a08ca32-958b-48fe-b7eb-4c551637ca4a/?format=api"
        }
    ]
}