GET /api/bet_types/8080078d-697c-472e-bc80-23f6a0d2aad6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8080078d-697c-472e-bc80-23f6a0d2aad6",
    "match": "https://api-prod.gambitprofit.com/api/matches/bec0731f-5a22-4033-a662-e0a7baad5701/?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": "Washington Commanders",
                "amount": 5836.0
            },
            {
                "team": "Jacksonville Jaguars",
                "amount": 4164.0
            }
        ],
        "expected_reward_tokens": 9160.8,
        "profit_sb": 160.8,
        "profit_sb_percentage": 1.79,
        "recommended": true
    },
    "lines": [
        {
            "id": "83b3dc6c-6059-44d1-aa60-f0fbcc5335da",
            "gambit_id": "20fc4ea1-6255-43b2-b702-aae8f1befc49",
            "last_updated": "2022-09-12T10:21:58.101678-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington Commanders",
            "reward": "1.57000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8080078d-697c-472e-bc80-23f6a0d2aad6/?format=api"
        },
        {
            "id": "1ef6ee02-22a1-49fe-864e-449679020847",
            "gambit_id": "88150aa4-4252-4b71-a72d-4fc3f332cf7c",
            "last_updated": "2022-09-12T10:21:58.102980-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Jacksonville Jaguars",
            "reward": "2.20000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8080078d-697c-472e-bc80-23f6a0d2aad6/?format=api"
        }
    ]
}