GET /api/bet_types/6203d8ef-6f90-4f5a-a85d-07fd60e9ec7e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6203d8ef-6f90-4f5a-a85d-07fd60e9ec7e",
    "match": "https://api-prod.gambitprofit.com/api/matches/c8e73d2a-173a-49c9-b91e-1177b9968a85/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-21T09:13:06.840195-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": "Minnesota Timberwolves",
                "amount": 5000.0
            },
            {
                "team": "Los Angeles Lakers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "ac85b446-4744-498c-87d9-de9f02cfe66e",
            "gambit_id": "66fb1333-51cb-451d-bc15-50b39d9fe2d1",
            "last_updated": "2023-12-23T14:43:19.911872-05:00",
            "created_at": "2023-12-21T09:13:06.847605-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6203d8ef-6f90-4f5a-a85d-07fd60e9ec7e/?format=api"
        },
        {
            "id": "6b7730c7-4bff-47ce-9cad-88103d6bcf2e",
            "gambit_id": "e51b08cf-565a-4bdc-a283-520bce7f5229",
            "last_updated": "2023-12-23T14:43:19.908598-05:00",
            "created_at": "2023-12-21T09:13:06.843878-05:00",
            "name": "Los Angeles Lakers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6203d8ef-6f90-4f5a-a85d-07fd60e9ec7e/?format=api"
        }
    ]
}