GET /api/bet_types/b5676a1d-8904-4cf3-9adc-44e29e6f7e62/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b5676a1d-8904-4cf3-9adc-44e29e6f7e62",
    "match": "https://api-prod.gambitprofit.com/api/matches/76e9d520-28ee-4721-999a-855800b195b6/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-24T13:51:52.018861-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": "Memphis Grizzlies",
                "amount": 8590.0
            },
            {
                "team": "Houston Rockets",
                "amount": 1410.0
            }
        ],
        "expected_reward_tokens": 9531.6,
        "profit_sb": 31.6,
        "profit_sb_percentage": 0.33,
        "recommended": true
    },
    "lines": [
        {
            "id": "d5237249-28e3-44e2-ae8f-6e4afe30e3c1",
            "gambit_id": "7d1129e5-5ef0-4fe0-8ce6-a158c72230b5",
            "last_updated": "2023-03-26T13:37:09.422172-04:00",
            "created_at": "2023-03-24T13:51:52.021552-04:00",
            "name": "Memphis Grizzlies",
            "reward": "1.11000",
            "odds": "1.11110",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b5676a1d-8904-4cf3-9adc-44e29e6f7e62/?format=api"
        },
        {
            "id": "026a63f1-e205-4aab-9d1b-bcff268bb56e",
            "gambit_id": "cd9b5446-0dad-4533-8c5d-193ba43c7dd0",
            "last_updated": "2023-03-26T13:37:09.424024-04:00",
            "created_at": "2023-03-24T13:51:52.023920-04:00",
            "name": "Houston Rockets",
            "reward": "6.76000",
            "odds": "7.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b5676a1d-8904-4cf3-9adc-44e29e6f7e62/?format=api"
        }
    ]
}