GET /api/bet_types/fd8785c2-acee-4c1b-bc10-d893daf1ad2d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fd8785c2-acee-4c1b-bc10-d893daf1ad2d",
    "match": "https://api-prod.gambitprofit.com/api/matches/839d3f0c-2cb4-4ef7-b76a-300b29f78db4/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-24T12:58:00.318995-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": "Tampa Bay Buccaneers",
                "amount": 5213.0
            },
            {
                "team": "Baltimore Ravens",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "23e1063e-cb5e-47e6-90d3-44b16b53018e",
            "gambit_id": "5e5067b0-b76f-4594-84af-2925390bb2cb",
            "last_updated": "2023-08-29T09:23:30.608329-04:00",
            "created_at": "2023-08-24T12:58:00.326636-04:00",
            "name": "Tampa Bay Buccaneers",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fd8785c2-acee-4c1b-bc10-d893daf1ad2d/?format=api"
        },
        {
            "id": "10789d8d-70a1-4b18-a90e-d1a4d75b85f9",
            "gambit_id": "8e2ec3ab-f36c-464f-a3b5-abc7c30c613a",
            "last_updated": "2023-08-29T09:23:30.605065-04:00",
            "created_at": "2023-08-24T12:58:00.322629-04:00",
            "name": "Baltimore Ravens",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fd8785c2-acee-4c1b-bc10-d893daf1ad2d/?format=api"
        }
    ]
}