GET /api/bet_types/0e863b6f-5f00-4167-9471-981dbf42aa9e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0e863b6f-5f00-4167-9471-981dbf42aa9e",
    "match": "https://api-prod.gambitprofit.com/api/matches/f193dcb3-4a64-401a-a366-957a47500fc3/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-09T09:48:14.273828-04: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": "MIN",
                "amount": 6308.0
            },
            {
                "team": "TOR",
                "amount": 3692.0
            }
        ],
        "expected_reward_tokens": 9525.08,
        "profit_sb": 25.08,
        "profit_sb_percentage": 0.26,
        "recommended": true
    },
    "lines": [
        {
            "id": "679d6dba-a683-470b-85a8-7aba62320c3b",
            "gambit_id": "f2460c13-28d4-49a3-baeb-bf2d03baa698",
            "last_updated": "2023-06-10T17:03:16.281956-04:00",
            "created_at": "2023-06-09T09:48:14.275526-04:00",
            "name": "MIN",
            "reward": "1.51000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0e863b6f-5f00-4167-9471-981dbf42aa9e/?format=api"
        },
        {
            "id": "01fb4fb2-b14f-41b6-a596-c7c714d63c66",
            "gambit_id": "9afa02d5-32de-4487-816e-228bb7ca5255",
            "last_updated": "2023-06-10T17:03:16.284410-04:00",
            "created_at": "2023-06-09T09:48:14.277430-04:00",
            "name": "TOR",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0e863b6f-5f00-4167-9471-981dbf42aa9e/?format=api"
        }
    ]
}