GET /api/bet_types/be7582d2-5331-4067-ad8e-71bbab016354/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "be7582d2-5331-4067-ad8e-71bbab016354",
    "match": "https://api-prod.gambitprofit.com/api/matches/008e6e5a-99f8-40c4-bc1d-e7741c3d2528/?format=api",
    "name": "Play the Odds",
    "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": "SFO",
                "amount": 6336.0
            },
            {
                "team": "ARI",
                "amount": 3664.0
            }
        ],
        "expected_reward_tokens": 9123.36,
        "profit_sb": 123.36,
        "profit_sb_percentage": 1.37,
        "recommended": true
    },
    "lines": [
        {
            "id": "16c78fd0-7e94-4081-b4a0-c8f2f98bf125",
            "gambit_id": "8a58aa19-9e6e-4fba-a53a-418bf81b0c69",
            "last_updated": "2022-09-25T21:41:51.183099-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SFO",
            "reward": "1.44000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/be7582d2-5331-4067-ad8e-71bbab016354/?format=api"
        },
        {
            "id": "5235867f-3d17-4888-af6f-3bf7b82582df",
            "gambit_id": "01d3ff6e-a162-4ea6-9200-4cb20563ebb3",
            "last_updated": "2022-09-25T21:41:51.182055-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ARI",
            "reward": "2.49000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/be7582d2-5331-4067-ad8e-71bbab016354/?format=api"
        }
    ]
}