GET /api/bet_types/b9844e2d-7e88-42d2-b54d-6eb402097c01/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b9844e2d-7e88-42d2-b54d-6eb402097c01",
    "match": "https://api-prod.gambitprofit.com/api/matches/df4e95b2-3412-4235-bbd8-7ca3929e6488/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-20T08:33:21.117463-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": "BOS",
                "amount": 6163.0
            },
            {
                "team": "MIN",
                "amount": 3837.0
            }
        ],
        "expected_reward_tokens": 9552.65,
        "profit_sb": 52.65,
        "profit_sb_percentage": 0.55,
        "recommended": true
    },
    "lines": [
        {
            "id": "070a98bc-161c-450c-945b-560bcb2d565d",
            "gambit_id": "c25034f8-09d4-46a4-9370-d910821115aa",
            "last_updated": "2023-06-22T10:13:03.384732-04:00",
            "created_at": "2023-06-20T08:33:21.119767-04:00",
            "name": "BOS",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b9844e2d-7e88-42d2-b54d-6eb402097c01/?format=api"
        },
        {
            "id": "a8d513a2-d129-4736-9c9b-88498dfe7d4c",
            "gambit_id": "15adeb28-209e-4283-a9d9-87c4be4c7fa6",
            "last_updated": "2023-06-22T10:13:03.387255-04:00",
            "created_at": "2023-06-20T08:33:21.122545-04:00",
            "name": "MIN",
            "reward": "2.49000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b9844e2d-7e88-42d2-b54d-6eb402097c01/?format=api"
        }
    ]
}