GET /api/bet_types/3f149c18-4e83-416c-bf14-74fb5f2f691f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3f149c18-4e83-416c-bf14-74fb5f2f691f",
    "match": "https://api-prod.gambitprofit.com/api/matches/e005a191-e74e-4dd7-b33a-4b659d86fba4/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-04T09:48:06.322228-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": "Washington Capitals",
                "amount": 5688.0
            },
            {
                "team": "Columbus Blue Jackets",
                "amount": 4312.0
            }
        ],
        "expected_reward_tokens": 9442.08,
        "profit_sb": -57.92,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "792a3f49-b054-46fc-8fb4-655f45313193",
            "gambit_id": "95154d1d-d832-42b2-bc6f-d47d65fb336e",
            "last_updated": "2023-11-06T09:23:28.503648-05:00",
            "created_at": "2023-11-04T09:48:06.331457-04:00",
            "name": "Washington Capitals",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3f149c18-4e83-416c-bf14-74fb5f2f691f/?format=api"
        },
        {
            "id": "06cd762a-7513-4a62-a487-e5958c3cbf6e",
            "gambit_id": "d168d86b-eb06-4b0e-91c7-85d3d3482e21",
            "last_updated": "2023-11-06T09:23:28.500226-05:00",
            "created_at": "2023-11-04T09:48:06.326464-04:00",
            "name": "Columbus Blue Jackets",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3f149c18-4e83-416c-bf14-74fb5f2f691f/?format=api"
        }
    ]
}