GET /api/bet_types/c314a65d-3255-49f9-a665-33ef61a9622b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c314a65d-3255-49f9-a665-33ef61a9622b",
    "match": "https://api-prod.gambitprofit.com/api/matches/05c9a0b8-57df-4f72-8b61-c7127100c38e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-12T23:21:48.211260-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": "Minnesota Vikings",
                "amount": 5668.0
            },
            {
                "team": "New York Giants",
                "amount": 4332.0
            }
        ],
        "expected_reward_tokens": 9010.56,
        "profit_sb": 10.56,
        "profit_sb_percentage": 0.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "e59fdf8b-631d-402f-b85b-f352c59c5cd9",
            "gambit_id": "89bd8bf9-e15a-443e-a91d-d3da1e59ca71",
            "last_updated": "2023-01-16T10:37:09.595832-05:00",
            "created_at": "2023-01-12T23:21:48.212449-05:00",
            "name": "Minnesota Vikings",
            "reward": "1.59000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c314a65d-3255-49f9-a665-33ef61a9622b/?format=api"
        },
        {
            "id": "725a02a1-76ca-46d4-8915-6d767255519e",
            "gambit_id": "5eea692a-ce84-46f5-9e50-aa14d8ce84c4",
            "last_updated": "2023-01-16T10:37:09.598829-05:00",
            "created_at": "2023-01-12T23:21:48.213713-05:00",
            "name": "New York Giants",
            "reward": "2.08000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c314a65d-3255-49f9-a665-33ef61a9622b/?format=api"
        }
    ]
}