GET /api/bet_types/75908d8a-3197-4de2-96c9-1373e73bafd6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "75908d8a-3197-4de2-96c9-1373e73bafd6",
    "match": "https://api-prod.gambitprofit.com/api/matches/8d17904d-e879-4204-8ad7-96a9b59e151f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-29T08:08:07.991035-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": "TAM",
                "amount": 6090.0
            },
            {
                "team": "HOU",
                "amount": 3910.0
            }
        ],
        "expected_reward_tokens": 9500.4,
        "profit_sb": 0.4,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "b6d33cb6-cec4-4ed7-81dc-b77f3d202d80",
            "gambit_id": "c7312a12-47b9-4816-a47c-edf2f1725730",
            "last_updated": "2023-07-31T13:08:22.693276-04:00",
            "created_at": "2023-07-29T08:08:07.996601-04:00",
            "name": "TAM",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/75908d8a-3197-4de2-96c9-1373e73bafd6/?format=api"
        },
        {
            "id": "9a81b8b7-b738-4738-a5d3-8f165eaad7b9",
            "gambit_id": "3c9579af-40cf-455d-9c47-399c77b4bc17",
            "last_updated": "2023-07-31T13:08:22.696931-04:00",
            "created_at": "2023-07-29T08:08:08.004782-04:00",
            "name": "HOU",
            "reward": "2.43000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/75908d8a-3197-4de2-96c9-1373e73bafd6/?format=api"
        }
    ]
}