GET /api/bet_types/010a46cb-7d6e-4f1f-8fc1-e7b48d4a1380/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "010a46cb-7d6e-4f1f-8fc1-e7b48d4a1380",
    "match": "https://api-prod.gambitprofit.com/api/matches/87194717-bead-4bed-8525-c3e925f435df/?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": "Carolina Panthers",
                "amount": 5000.0
            },
            {
                "team": "Denver Broncos",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "23488842-23d3-401a-a2e6-6f8c357ec06e",
            "gambit_id": "3b08f9fa-1585-4069-bc34-61af86d7bf13",
            "last_updated": "2022-11-28T11:52:09.621054-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Carolina Panthers",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/010a46cb-7d6e-4f1f-8fc1-e7b48d4a1380/?format=api"
        },
        {
            "id": "fbad9d4f-8c29-4793-820c-6f936e593aec",
            "gambit_id": "812f299e-56aa-44a0-b543-d79d5a6e63df",
            "last_updated": "2022-11-28T11:52:09.621980-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Denver Broncos",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/010a46cb-7d6e-4f1f-8fc1-e7b48d4a1380/?format=api"
        }
    ]
}