GET /api/bet_types/4707b559-c87c-4c97-9533-9c9f17bb4326/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4707b559-c87c-4c97-9533-9c9f17bb4326",
    "match": "https://api-prod.gambitprofit.com/api/matches/e0e47d02-ff05-486d-99d0-944193c407a9/?format=api",
    "name": "Pick the Winner",
    "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": "Indiana Pacers",
                "amount": 6482.0
            },
            {
                "team": "Houston Rockets",
                "amount": 3518.0
            }
        ],
        "expected_reward_tokens": 9074.8,
        "profit_sb": 74.8,
        "profit_sb_percentage": 0.83,
        "recommended": true
    },
    "lines": [
        {
            "id": "02130ddb-b787-48be-afbc-8f61f7123337",
            "gambit_id": "92450e0d-82b6-4d47-a668-2056592e5ce8",
            "last_updated": "2022-11-19T10:43:35.228008-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Indiana Pacers",
            "reward": "1.40000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4707b559-c87c-4c97-9533-9c9f17bb4326/?format=api"
        },
        {
            "id": "831a3ddb-c494-49d0-9399-1d16342e3875",
            "gambit_id": "6567bf58-398b-44ec-94d4-91eee6cb98f8",
            "last_updated": "2022-11-19T10:43:35.226822-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Houston Rockets",
            "reward": "2.58000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4707b559-c87c-4c97-9533-9c9f17bb4326/?format=api"
        }
    ]
}