GET /api/bet_types/6ab3ec47-b85b-4930-8e0e-5d066a7ce293/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6ab3ec47-b85b-4930-8e0e-5d066a7ce293",
    "match": "https://api-prod.gambitprofit.com/api/matches/4c483310-9ce5-4709-9062-23d7d539e6f2/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-04T08:52:58.374977-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": "TOR",
                "amount": 5512.0
            },
            {
                "team": "BOS",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "5982ddcd-7d5c-4127-8cf9-2b6173ae4380",
            "gambit_id": "f0590032-76d2-4a82-8822-276f61a1a545",
            "last_updated": "2023-08-05T12:03:15.510828-04:00",
            "created_at": "2023-08-04T08:52:58.379103-04:00",
            "name": "TOR",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ab3ec47-b85b-4930-8e0e-5d066a7ce293/?format=api"
        },
        {
            "id": "164cb686-f72b-4670-9f18-188b6c1a80e0",
            "gambit_id": "37d9598d-6953-4b5f-b920-3eb703bba5e9",
            "last_updated": "2023-08-05T12:03:15.514962-04:00",
            "created_at": "2023-08-04T08:52:58.383378-04:00",
            "name": "BOS",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ab3ec47-b85b-4930-8e0e-5d066a7ce293/?format=api"
        }
    ]
}