GET /api/bet_types/6974b1b0-4ac4-45d1-9762-b3279c9ab5b4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6974b1b0-4ac4-45d1-9762-b3279c9ab5b4",
    "match": "https://api-prod.gambitprofit.com/api/matches/c0d498b2-5b61-47d9-a826-a3f47045cb7b/?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": "Brooklyn Nets",
                "amount": 7839.0
            },
            {
                "team": "Charlotte Hornets",
                "amount": 2161.0
            }
        ],
        "expected_reward_tokens": 9249.08,
        "profit_sb": 249.08,
        "profit_sb_percentage": 2.77,
        "recommended": true
    },
    "lines": [
        {
            "id": "871c390f-04c2-4783-a6c9-80f5606090d6",
            "gambit_id": "7e01cb03-4789-4bd4-b81b-ef5fbcc5406a",
            "last_updated": "2022-12-08T13:02:16.208490-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Brooklyn Nets",
            "reward": "1.18000",
            "odds": "1.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6974b1b0-4ac4-45d1-9762-b3279c9ab5b4/?format=api"
        },
        {
            "id": "a55cce9e-3ff3-4359-931b-535724eafd7e",
            "gambit_id": "fd6cf582-beab-4ed1-b9f6-75d09915d31a",
            "last_updated": "2022-12-08T13:02:16.209526-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Charlotte Hornets",
            "reward": "4.28000",
            "odds": "4.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6974b1b0-4ac4-45d1-9762-b3279c9ab5b4/?format=api"
        }
    ]
}