GET /api/bet_types/9ddd80b2-e836-4c94-b300-f28e68398ba8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9ddd80b2-e836-4c94-b300-f28e68398ba8",
    "match": "https://api-prod.gambitprofit.com/api/matches/ff8c89cf-9226-4c05-9e8c-38c390a539ad/?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": "Boston Celtics",
                "amount": 6114.0
            },
            {
                "team": "Los Angeles Clippers",
                "amount": 3886.0
            }
        ],
        "expected_reward_tokens": 9170.96,
        "profit_sb": 170.96,
        "profit_sb_percentage": 1.9,
        "recommended": true
    },
    "lines": [
        {
            "id": "e18f5c2e-7676-4a63-add2-b72d2494144d",
            "gambit_id": "452c5958-89d4-490f-82ac-7cadd4a977a1",
            "last_updated": "2022-12-13T09:57:32.795390-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Boston Celtics",
            "reward": "1.50000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9ddd80b2-e836-4c94-b300-f28e68398ba8/?format=api"
        },
        {
            "id": "8dd58151-303c-4078-8cde-1012bfcbd7ab",
            "gambit_id": "5629c546-7fdd-4efd-b543-cf5daeaa5e3c",
            "last_updated": "2022-12-13T09:57:32.794392-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Clippers",
            "reward": "2.36000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9ddd80b2-e836-4c94-b300-f28e68398ba8/?format=api"
        }
    ]
}