GET /api/bet_types/d3f9ff1d-2ef8-411d-b95c-c46cbb62b3af/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d3f9ff1d-2ef8-411d-b95c-c46cbb62b3af",
    "match": "https://api-prod.gambitprofit.com/api/matches/9f469837-8088-417c-baba-06403671afd4/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-11T11:43:22.239379-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": "Philadelphia Phillies",
                "amount": 6060.0
            },
            {
                "team": "Minnesota Twins",
                "amount": 3940.0
            }
        ],
        "expected_reward_tokens": 9574.2,
        "profit_sb": 74.2,
        "profit_sb_percentage": 0.78,
        "recommended": true
    },
    "lines": [
        {
            "id": "16f29e6b-98f0-48c0-b111-59741c05fcdc",
            "gambit_id": "fbffe475-0adb-4ef6-a39a-01c035f444e7",
            "last_updated": "2023-08-12T18:18:09.423685-04:00",
            "created_at": "2023-08-11T11:43:22.249689-04:00",
            "name": "Philadelphia Phillies",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d3f9ff1d-2ef8-411d-b95c-c46cbb62b3af/?format=api"
        },
        {
            "id": "a5a21d08-74b4-4b19-ae55-0c7449d80f96",
            "gambit_id": "f612399f-2c88-47c7-a339-872ed705e9d8",
            "last_updated": "2023-08-12T18:18:09.420031-04:00",
            "created_at": "2023-08-11T11:43:22.245228-04:00",
            "name": "Minnesota Twins",
            "reward": "2.43000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d3f9ff1d-2ef8-411d-b95c-c46cbb62b3af/?format=api"
        }
    ]
}