GET /api/bet_types/4172a7ae-ae55-4559-a9ad-fa606f9a3e74/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4172a7ae-ae55-4559-a9ad-fa606f9a3e74",
    "match": "https://api-prod.gambitprofit.com/api/matches/f549d878-5fab-47a6-a059-6c5be1e17877/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-07T11:57:12.283174-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": "Phoenix Suns",
                "amount": 5213.0
            },
            {
                "team": "Denver Nuggets",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "c8433c89-7f68-4838-a73a-7d287839d929",
            "gambit_id": "3c72f56c-8902-4e5a-852d-12912b82d776",
            "last_updated": "2023-05-08T11:47:08.836518-04:00",
            "created_at": "2023-05-07T11:57:12.284831-04:00",
            "name": "Phoenix Suns",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4172a7ae-ae55-4559-a9ad-fa606f9a3e74/?format=api"
        },
        {
            "id": "4ae19fb3-518f-4e38-a5e5-beab82b7e289",
            "gambit_id": "81bbf6ae-35e4-4e41-b315-2649b5cc9b5a",
            "last_updated": "2023-05-08T11:47:08.837902-04:00",
            "created_at": "2023-05-07T11:57:12.286789-04:00",
            "name": "Denver Nuggets",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4172a7ae-ae55-4559-a9ad-fa606f9a3e74/?format=api"
        }
    ]
}