GET /api/bet_types/2e1bd3dd-c0dd-4dec-8ff2-93f7ebba3421/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2e1bd3dd-c0dd-4dec-8ff2-93f7ebba3421",
    "match": "https://api-prod.gambitprofit.com/api/matches/e93c5ecd-455c-464f-a547-210f84adb310/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Dallas Cowboys",
                "amount": 7829.0
            },
            {
                "team": "Chicago Bears",
                "amount": 2171.0
            }
        ],
        "expected_reward_tokens": 9551.38,
        "profit_sb": 51.38,
        "profit_sb_percentage": 0.54,
        "recommended": true
    },
    "lines": [
        {
            "id": "7ae5c9b3-7cbd-493a-9fbe-5a6f314a07fd",
            "gambit_id": "ecacf207-6c8d-4d37-afe9-85741ebfe4f2",
            "last_updated": "2022-10-31T11:46:57.851302-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Dallas Cowboys",
            "reward": "1.22000",
            "odds": "1.22220",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2e1bd3dd-c0dd-4dec-8ff2-93f7ebba3421/?format=api"
        },
        {
            "id": "99b03df0-da8b-4f28-bb00-0ada36f989c3",
            "gambit_id": "26494ffd-fc16-4f9b-b2f7-f33130838e65",
            "last_updated": "2022-10-31T11:46:57.852464-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Chicago Bears",
            "reward": "4.40000",
            "odds": "4.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2e1bd3dd-c0dd-4dec-8ff2-93f7ebba3421/?format=api"
        }
    ]
}