GET /api/bet_types/3bf1d999-bfa8-4b6f-8ba4-776d48e2a3a2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3bf1d999-bfa8-4b6f-8ba4-776d48e2a3a2",
    "match": "https://api-prod.gambitprofit.com/api/matches/a4bcdcba-1651-4738-b1fb-85117f10942d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-28T09:07:59.802988-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": "PHI",
                "amount": 5423.0
            },
            {
                "team": "PIT",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": -118.21,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "bb5df97c-8372-41bb-924d-eeb60d7844fc",
            "gambit_id": "7d8277f0-c0eb-4c34-bf27-254ee4cf034c",
            "last_updated": "2023-09-29T10:18:21.627195-04:00",
            "created_at": "2023-09-28T09:07:59.813718-04:00",
            "name": "PHI",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3bf1d999-bfa8-4b6f-8ba4-776d48e2a3a2/?format=api"
        },
        {
            "id": "21ad760a-675f-438d-abed-5c8ac4b02579",
            "gambit_id": "ad716f01-62fe-4522-b1be-731da5dd046a",
            "last_updated": "2023-09-29T10:18:21.623972-04:00",
            "created_at": "2023-09-28T09:07:59.807607-04:00",
            "name": "PIT",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3bf1d999-bfa8-4b6f-8ba4-776d48e2a3a2/?format=api"
        }
    ]
}