GET /api/bet_types/2e0896b9-b2d0-4614-be59-8ce8472ae2f4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2e0896b9-b2d0-4614-be59-8ce8472ae2f4",
    "match": "https://api-prod.gambitprofit.com/api/matches/3b1fc234-12b2-4923-8bdd-8866eabbe7e1/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-11T09:07:56.513973-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": "HOU",
                "amount": 6314.0
            },
            {
                "team": "MIN",
                "amount": 3686.0
            }
        ],
        "expected_reward_tokens": 9471.0,
        "profit_sb": -29.0,
        "profit_sb_percentage": -0.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "fed1b67e-b6a3-420a-9626-58d2b4e0a0ba",
            "gambit_id": "3bf23cb1-2db3-45f2-bf18-f1f22f5fe509",
            "last_updated": "2023-10-12T11:13:03.610416-04:00",
            "created_at": "2023-10-11T09:07:56.521043-04:00",
            "name": "HOU",
            "reward": "1.50000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2e0896b9-b2d0-4614-be59-8ce8472ae2f4/?format=api"
        },
        {
            "id": "69ba04a5-bdbd-439e-971d-8980ff550cc2",
            "gambit_id": "358887a6-a2bb-47eb-a436-7e583ffb73f9",
            "last_updated": "2023-10-12T11:13:03.614002-04:00",
            "created_at": "2023-10-11T09:07:56.529093-04:00",
            "name": "MIN",
            "reward": "2.57000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2e0896b9-b2d0-4614-be59-8ce8472ae2f4/?format=api"
        }
    ]
}