GET /api/bet_types/66be9322-0c5b-4c63-8d7e-39adac83a818/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "66be9322-0c5b-4c63-8d7e-39adac83a818",
    "match": "https://api-prod.gambitprofit.com/api/matches/a98d5f7b-b89d-40a3-8378-a256c25a7f74/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-17T10:17:12.558252-04: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": "Memphis Grizzlies",
                "amount": 7440.0
            },
            {
                "team": "San Antonio Spurs",
                "amount": 2560.0
            }
        ],
        "expected_reward_tokens": 9446.4,
        "profit_sb": -53.6,
        "profit_sb_percentage": -0.56,
        "recommended": false
    },
    "lines": [
        {
            "id": "bd5095d0-4276-4555-8d23-2468abfff4f7",
            "gambit_id": "dc6d43dc-cf35-4703-86bb-47eb5c189ab3",
            "last_updated": "2023-03-18T14:47:06.732620-04:00",
            "created_at": "2023-03-17T10:17:12.560833-04:00",
            "name": "Memphis Grizzlies",
            "reward": "1.27000",
            "odds": "1.28570",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/66be9322-0c5b-4c63-8d7e-39adac83a818/?format=api"
        },
        {
            "id": "2752831a-bce2-4dba-95b1-2314d0a8b8bd",
            "gambit_id": "3e048aee-be0d-4cc0-b3ac-44d721863455",
            "last_updated": "2023-03-18T14:47:06.731401-04:00",
            "created_at": "2023-03-17T10:17:12.559509-04:00",
            "name": "San Antonio Spurs",
            "reward": "3.69000",
            "odds": "3.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/66be9322-0c5b-4c63-8d7e-39adac83a818/?format=api"
        }
    ]
}