GET /api/bet_types/14455d3f-192c-477c-ab5f-82af9ad80076/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "14455d3f-192c-477c-ab5f-82af9ad80076",
    "match": "https://api-prod.gambitprofit.com/api/matches/39f2de6d-8f94-45cd-b4ec-3fc72e1c0513/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-11T10:08:15.297766-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": "TEX",
                "amount": 5317.0
            },
            {
                "team": "TAM",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "ffad93af-ee36-45df-ac6c-6a81abafec5f",
            "gambit_id": "811a1ecd-36ee-4de1-a63e-6a574faf1a53",
            "last_updated": "2023-06-12T18:48:18.836877-04:00",
            "created_at": "2023-06-11T10:08:15.299430-04:00",
            "name": "TEX",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/14455d3f-192c-477c-ab5f-82af9ad80076/?format=api"
        },
        {
            "id": "2d546a8c-821c-41b2-b18f-9c9d0227cbbc",
            "gambit_id": "4db7284f-3dc0-4841-b6db-52faec81a2d6",
            "last_updated": "2023-06-12T18:48:18.838877-04:00",
            "created_at": "2023-06-11T10:08:15.301292-04:00",
            "name": "TAM",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/14455d3f-192c-477c-ab5f-82af9ad80076/?format=api"
        }
    ]
}