GET /api/bet_types/7a07610c-e57f-484b-84c3-a6cbfd5bb173/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7a07610c-e57f-484b-84c3-a6cbfd5bb173",
    "match": "https://api-prod.gambitprofit.com/api/matches/2139e841-f62a-465c-be0e-d6d390b26e99/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-27T09:03:04.106930-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": "Phoenix Suns",
                "amount": 5688.0
            },
            {
                "team": "Houston Rockets",
                "amount": 4312.0
            }
        ],
        "expected_reward_tokens": 9442.08,
        "profit_sb": -57.92,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "dd663f71-e060-4706-9dc0-b3e32faeb697",
            "gambit_id": "2e58597a-5414-4be8-a335-1de23c24a987",
            "last_updated": "2023-12-28T18:28:10.181467-05:00",
            "created_at": "2023-12-27T09:03:04.111281-05:00",
            "name": "Phoenix Suns",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7a07610c-e57f-484b-84c3-a6cbfd5bb173/?format=api"
        },
        {
            "id": "9ec63dea-a10a-440b-8a7c-1e60a2ff7424",
            "gambit_id": "9c6781f4-978e-433b-9fe5-48922f2ec7b8",
            "last_updated": "2023-12-28T18:28:10.184769-05:00",
            "created_at": "2023-12-27T09:03:04.115776-05:00",
            "name": "Houston Rockets",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7a07610c-e57f-484b-84c3-a6cbfd5bb173/?format=api"
        }
    ]
}