GET /api/bet_types/c3288e39-5443-4c8b-804c-6547d2440694/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c3288e39-5443-4c8b-804c-6547d2440694",
    "match": "https://api-prod.gambitprofit.com/api/matches/dbd5f517-4e10-4f9b-b892-331023b32fc3/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-24T12:57:59.347809-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": "Buffalo Bills",
                "amount": 6154.0
            },
            {
                "team": "Chicago Bears",
                "amount": 3846.0
            }
        ],
        "expected_reward_tokens": 9538.08,
        "profit_sb": 38.08,
        "profit_sb_percentage": 0.4,
        "recommended": true
    },
    "lines": [
        {
            "id": "981637fb-9859-4884-bfd7-327c0c2d7f8c",
            "gambit_id": "2f4c7d21-f756-4454-8c02-d9f2a748f201",
            "last_updated": "2023-08-29T09:27:56.920351-04:00",
            "created_at": "2023-08-24T12:57:59.351631-04:00",
            "name": "Buffalo Bills",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c3288e39-5443-4c8b-804c-6547d2440694/?format=api"
        },
        {
            "id": "0399ea98-f2e2-48e6-81c8-48bdbd9f60b0",
            "gambit_id": "3ac55829-6754-4c2f-9256-7480bb616e84",
            "last_updated": "2023-08-29T09:27:56.923761-04:00",
            "created_at": "2023-08-24T12:57:59.355716-04:00",
            "name": "Chicago Bears",
            "reward": "2.48000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c3288e39-5443-4c8b-804c-6547d2440694/?format=api"
        }
    ]
}