GET /api/bet_types/3ccd4c36-73d9-4cc6-8e59-bf473ebdb2eb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3ccd4c36-73d9-4cc6-8e59-bf473ebdb2eb",
    "match": "https://api-prod.gambitprofit.com/api/matches/2de4ce33-279a-40c1-afa2-9bb63a1dc2a0/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-22T12:38:07.018878-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": "DET",
                "amount": 5512.0
            },
            {
                "team": "SDG",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "3f31f582-0e3b-4c24-b802-d4a127b3fd82",
            "gambit_id": "d83072ce-e6d9-482a-879e-d19babd324f7",
            "last_updated": "2023-07-23T21:58:29.423229-04:00",
            "created_at": "2023-07-22T12:38:07.027135-04:00",
            "name": "DET",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3ccd4c36-73d9-4cc6-8e59-bf473ebdb2eb/?format=api"
        },
        {
            "id": "1326c7ec-6e5d-4987-9c76-431a56ae52ff",
            "gambit_id": "ef017c1b-de84-40a2-9dd2-3377972269a1",
            "last_updated": "2023-07-23T21:58:29.419537-04:00",
            "created_at": "2023-07-22T12:38:07.022998-04:00",
            "name": "SDG",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3ccd4c36-73d9-4cc6-8e59-bf473ebdb2eb/?format=api"
        }
    ]
}