GET /api/bet_types/7e05dbc2-fa65-45a1-85ac-e542aaa950da/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7e05dbc2-fa65-45a1-85ac-e542aaa950da",
    "match": "https://api-prod.gambitprofit.com/api/matches/e9f7f1db-1751-44f0-a5f9-86e8b3a16085/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-28T09:33:16.802457-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": "Minnesota Timberwolves",
                "amount": 5784.0
            },
            {
                "team": "Oklahoma City Thunder",
                "amount": 4216.0
            }
        ],
        "expected_reward_tokens": 9485.76,
        "profit_sb": -14.24,
        "profit_sb_percentage": -0.15,
        "recommended": false
    },
    "lines": [
        {
            "id": "2ab80150-0a3d-469e-a1fe-744ff6639d17",
            "gambit_id": "bcb3b49d-de27-44ce-a609-aa9543f01657",
            "last_updated": "2023-11-29T21:48:07.842852-05:00",
            "created_at": "2023-11-28T09:33:16.813744-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e05dbc2-fa65-45a1-85ac-e542aaa950da/?format=api"
        },
        {
            "id": "7c8589b6-e760-49e3-9baf-17d4d9a068ce",
            "gambit_id": "589ad539-ad95-471e-89c0-047363c812c4",
            "last_updated": "2023-11-29T21:48:07.839593-05:00",
            "created_at": "2023-11-28T09:33:16.806043-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "2.25000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e05dbc2-fa65-45a1-85ac-e542aaa950da/?format=api"
        }
    ]
}