GET /api/bet_types/707bf1c8-8bbb-48b8-8ae3-bf9ea165f7d8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "707bf1c8-8bbb-48b8-8ae3-bf9ea165f7d8",
    "match": "https://api-prod.gambitprofit.com/api/matches/24d18eb1-1476-4584-a1dd-2c653c58aa8e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-04T09:42:58.201194-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": "Houston Texans",
                "amount": 5423.0
            },
            {
                "team": "Indianapolis Colts",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": -118.21,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "5f903a0c-5878-4e4f-9a21-08e5d77d2502",
            "gambit_id": "4d5c0462-4e1e-4f24-b04e-9bfd23e9716f",
            "last_updated": "2024-01-09T10:23:28.988909-05:00",
            "created_at": "2024-01-04T09:42:58.205231-05:00",
            "name": "Houston Texans",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/707bf1c8-8bbb-48b8-8ae3-bf9ea165f7d8/?format=api"
        },
        {
            "id": "0965baaf-eb76-4c00-99ff-8f359636f9a4",
            "gambit_id": "4a1d10d3-b546-4eb3-b340-6b1af1519960",
            "last_updated": "2024-01-09T10:23:28.992404-05:00",
            "created_at": "2024-01-04T09:42:58.209247-05:00",
            "name": "Indianapolis Colts",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/707bf1c8-8bbb-48b8-8ae3-bf9ea165f7d8/?format=api"
        }
    ]
}