GET /api/bet_types/bb630cd5-94dd-4155-8f24-a3429dbd4f6e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bb630cd5-94dd-4155-8f24-a3429dbd4f6e",
    "match": "https://api-prod.gambitprofit.com/api/matches/c98ed128-0412-4118-877f-f7221ed50abe/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-11T09:32:14.978784-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": "New Jersey Devils",
                "amount": 7024.0
            },
            {
                "team": "Montreal Canadiens",
                "amount": 2976.0
            }
        ],
        "expected_reward_tokens": 9552.64,
        "profit_sb": 52.64,
        "profit_sb_percentage": 0.55,
        "recommended": true
    },
    "lines": [
        {
            "id": "51cbefb2-26d4-41f9-aca5-a12afc64c3a9",
            "gambit_id": "08c465fb-4ef9-42c0-8403-ed0ca673b321",
            "last_updated": "2023-03-12T19:32:11.854363-04:00",
            "created_at": "2023-03-11T09:32:14.981312-05:00",
            "name": "New Jersey Devils",
            "reward": "1.36000",
            "odds": "1.37040",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bb630cd5-94dd-4155-8f24-a3429dbd4f6e/?format=api"
        },
        {
            "id": "6c674d7b-da62-42d0-a75a-4ccae12b0bc5",
            "gambit_id": "70675f0a-c135-4d88-8db1-4c83ada7e456",
            "last_updated": "2023-03-12T19:32:11.852889-04:00",
            "created_at": "2023-03-11T09:32:14.980016-05:00",
            "name": "Montreal Canadiens",
            "reward": "3.21000",
            "odds": "3.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bb630cd5-94dd-4155-8f24-a3429dbd4f6e/?format=api"
        }
    ]
}