GET /api/bet_types/1430980b-9de8-4aab-b9e9-a8454bd15150/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1430980b-9de8-4aab-b9e9-a8454bd15150",
    "match": "https://api-prod.gambitprofit.com/api/matches/91e0bdac-1e4e-46a9-b2f2-79529f53dff3/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-21T08:16:57.018176-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": "Sacramento Kings",
                "amount": 5000.0
            },
            {
                "team": "Philadelphia 76ers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9450.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "363a74e7-770e-4dda-90c7-6eb020ea7402",
            "gambit_id": "5be3fd5c-4d5f-4d33-90ba-32bdc2ee448f",
            "last_updated": "2023-01-22T21:17:14.246933-05:00",
            "created_at": "2023-01-21T08:16:57.019502-05:00",
            "name": "Sacramento Kings",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "-5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1430980b-9de8-4aab-b9e9-a8454bd15150/?format=api"
        },
        {
            "id": "2c2dd443-574c-46f8-aa8f-d7e566c06412",
            "gambit_id": "c4df36cc-e04b-4b2c-b198-481b2073b42d",
            "last_updated": "2023-01-22T21:17:14.248139-05:00",
            "created_at": "2023-01-21T08:16:57.020894-05:00",
            "name": "Philadelphia 76ers",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1430980b-9de8-4aab-b9e9-a8454bd15150/?format=api"
        }
    ]
}