GET /api/bet_types/87db0ab2-5395-464e-adcb-777dcd68bd6f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "87db0ab2-5395-464e-adcb-777dcd68bd6f",
    "match": "https://api-prod.gambitprofit.com/api/matches/a061bef7-1b41-4ce5-8541-662dc5bf1cc3/?format=api",
    "name": "Play the Odds",
    "created_at": "2022-12-23T09:06:54.669161-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": "Los Angeles Clippers",
                "amount": 5000.0
            },
            {
                "team": "Philadelphia 76ers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "6dfdaf2b-609b-4b3a-9289-2404f3c18590",
            "gambit_id": "b736b684-67a4-46fa-902e-b595d04f718b",
            "last_updated": "2022-12-24T19:06:51.215607-05:00",
            "created_at": "2022-12-23T09:06:54.671552-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/87db0ab2-5395-464e-adcb-777dcd68bd6f/?format=api"
        },
        {
            "id": "102f2385-4a6f-46f3-bc09-9e15b06c28ee",
            "gambit_id": "af8c22c0-74eb-4d05-9a7c-1d9d2bebea24",
            "last_updated": "2022-12-24T19:06:51.214523-05:00",
            "created_at": "2022-12-23T09:06:54.670331-05:00",
            "name": "Philadelphia 76ers",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/87db0ab2-5395-464e-adcb-777dcd68bd6f/?format=api"
        }
    ]
}