GET /api/bet_types/3e42cfd1-dec1-4ac0-86ed-2281f125e692/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3e42cfd1-dec1-4ac0-86ed-2281f125e692",
    "match": "https://api-prod.gambitprofit.com/api/matches/21977172-02b7-44d5-b18a-5c832a4c38a0/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-19T08:53:02.666937-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": "Ottawa Senators",
                "amount": 5423.0
            },
            {
                "team": "Arizona Coyotes",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": -118.21,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "c1e289d1-1d0d-478b-8eee-8eb22fc0fe19",
            "gambit_id": "707ed8b8-43fc-492d-89bb-95a64d3ac97b",
            "last_updated": "2023-12-21T10:08:17.013871-05:00",
            "created_at": "2023-12-19T08:53:02.671503-05:00",
            "name": "Ottawa Senators",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3e42cfd1-dec1-4ac0-86ed-2281f125e692/?format=api"
        },
        {
            "id": "512ef328-170d-4fe2-923e-61ed6534da42",
            "gambit_id": "4f742bd3-52a2-491c-8e04-fcc923e919cc",
            "last_updated": "2023-12-21T10:08:17.018590-05:00",
            "created_at": "2023-12-19T08:53:02.676181-05:00",
            "name": "Arizona Coyotes",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3e42cfd1-dec1-4ac0-86ed-2281f125e692/?format=api"
        }
    ]
}