GET /api/bet_types/05009a7b-d6d0-4767-ae68-7e7d43e21f40/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "05009a7b-d6d0-4767-ae68-7e7d43e21f40",
    "match": "https://api-prod.gambitprofit.com/api/matches/164d7d7f-7266-4f52-8c1a-89ac8b6667eb/?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": "Cleveland Cavaliers",
                "amount": 5212.0
            },
            {
                "team": "Chicago Bulls",
                "amount": 4788.0
            }
        ],
        "expected_reward_tokens": 9432.36,
        "profit_sb": -67.64,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "e9adb03a-e69d-44b3-b1f7-19c66f75835f",
            "gambit_id": "1c281cc4-ded0-488d-9548-96a57ed9ce10",
            "last_updated": "2022-10-24T10:02:10.665663-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.81000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/05009a7b-d6d0-4767-ae68-7e7d43e21f40/?format=api"
        },
        {
            "id": "b2ebc2fc-8d44-40ce-a5c0-52c778a0a2fa",
            "gambit_id": "303b10fe-dc0e-4ff2-9d0e-a6ad12896d5d",
            "last_updated": "2022-10-24T10:02:10.664627-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Chicago Bulls",
            "reward": "1.97000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/05009a7b-d6d0-4767-ae68-7e7d43e21f40/?format=api"
        }
    ]
}