GET /api/bet_types/3dca3d4f-4d1f-4e35-bbbe-25cecc444d1d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3dca3d4f-4d1f-4e35-bbbe-25cecc444d1d",
    "match": "https://api-prod.gambitprofit.com/api/matches/ed62b00e-ed5a-45cc-b041-780824ea63b1/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-27T09:07:56.095994-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": "Carolina Hurricanes",
                "amount": 7761.0
            },
            {
                "team": "San Jose Sharks",
                "amount": 2239.0
            }
        ],
        "expected_reward_tokens": 9468.42,
        "profit_sb": -31.58,
        "profit_sb_percentage": -0.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "b99f9896-4a88-4012-b0e9-8e4b3cdd9bea",
            "gambit_id": "d2390c8a-4851-4727-b839-d8469300c5b3",
            "last_updated": "2023-10-30T14:58:08.531604-04:00",
            "created_at": "2023-10-27T09:07:56.109028-04:00",
            "name": "Carolina Hurricanes",
            "reward": "1.22000",
            "odds": "1.22730",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3dca3d4f-4d1f-4e35-bbbe-25cecc444d1d/?format=api"
        },
        {
            "id": "7639a584-a986-4953-951b-7d836bd03fee",
            "gambit_id": "2aab47ad-d360-4bc3-b067-3ee9a9e854c3",
            "last_updated": "2023-10-30T14:58:08.527584-04:00",
            "created_at": "2023-10-27T09:07:56.104540-04:00",
            "name": "San Jose Sharks",
            "reward": "4.23000",
            "odds": "4.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3dca3d4f-4d1f-4e35-bbbe-25cecc444d1d/?format=api"
        }
    ]
}