GET /api/bet_types/1f673cba-03c7-48ef-b23d-f30facbbcb15/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1f673cba-03c7-48ef-b23d-f30facbbcb15",
    "match": "https://api-prod.gambitprofit.com/api/matches/be113001-b3fd-40da-8feb-91bd1314d56c/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05: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": "Golden State Warriors",
                "amount": 7221.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 2779.0
            }
        ],
        "expected_reward_tokens": 9531.72,
        "profit_sb": 31.72,
        "profit_sb_percentage": 0.33,
        "recommended": true
    },
    "lines": [
        {
            "id": "78faee61-bb8c-46f0-9fd5-3071ba686939",
            "gambit_id": "37c6a525-f5d4-4002-817b-6f5227744ec1",
            "last_updated": "2022-10-31T12:07:11.957080-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Golden State Warriors",
            "reward": "1.32000",
            "odds": "1.33330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1f673cba-03c7-48ef-b23d-f30facbbcb15/?format=api"
        },
        {
            "id": "0f114f10-fef8-4305-8115-c962465caab3",
            "gambit_id": "e23031fd-7812-4923-9a4d-15bde36523da",
            "last_updated": "2022-10-31T12:07:11.956123-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Detroit Pistons",
            "reward": "3.43000",
            "odds": "3.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1f673cba-03c7-48ef-b23d-f30facbbcb15/?format=api"
        }
    ]
}