GET /api/bet_types/89e8538f-76a2-4468-8021-d703a3b708e8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "89e8538f-76a2-4468-8021-d703a3b708e8",
    "match": "https://api-prod.gambitprofit.com/api/matches/70eb81ab-0b9e-44b7-9344-9a7687fdcb05/?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": "PHI (R Suarez)",
                "amount": 6170.0
            },
            {
                "team": "CHC (J Assad)",
                "amount": 3830.0
            }
        ],
        "expected_reward_tokens": 9192.0,
        "profit_sb": 192.0,
        "profit_sb_percentage": 2.13,
        "recommended": true
    },
    "lines": [
        {
            "id": "70b2fe71-bb3c-474f-aaf3-b48f15e597ca",
            "gambit_id": "173e244f-9038-4940-98d5-4ca1e2e7171b",
            "last_updated": "2022-09-30T09:52:28.464640-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PHI (R Suarez)",
            "reward": "1.49000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/89e8538f-76a2-4468-8021-d703a3b708e8/?format=api"
        },
        {
            "id": "450b1442-53ee-4581-a9c1-991cc81ffb34",
            "gambit_id": "b43ec363-701d-461d-9914-69c8d7909481",
            "last_updated": "2022-09-30T09:52:28.463632-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CHC (J Assad)",
            "reward": "2.40000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/89e8538f-76a2-4468-8021-d703a3b708e8/?format=api"
        }
    ]
}