GET /api/bet_types/5b0c9b99-a76b-4690-9ab8-950f34256e32/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5b0c9b99-a76b-4690-9ab8-950f34256e32",
    "match": "https://api-prod.gambitprofit.com/api/matches/fd592b8f-f27b-4527-9c8b-b34474114eb5/?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": "Philadelphia Eagles",
                "amount": 8084.0
            },
            {
                "team": "Pittsburgh Steelers",
                "amount": 1916.0
            }
        ],
        "expected_reward_tokens": 9539.12,
        "profit_sb": 39.12,
        "profit_sb_percentage": 0.41,
        "recommended": true
    },
    "lines": [
        {
            "id": "2adeb9f2-cd47-4723-9953-775ae9778b5f",
            "gambit_id": "234aef34-0f91-49c7-8ccf-58321454fb4a",
            "last_updated": "2022-10-31T11:42:01.296976-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Philadelphia Eagles",
            "reward": "1.18000",
            "odds": "1.18180",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5b0c9b99-a76b-4690-9ab8-950f34256e32/?format=api"
        },
        {
            "id": "b013c8d1-1f6d-46df-853b-93a6c4b0c406",
            "gambit_id": "6d493fb1-a55d-4172-aa59-cd1587ad007d",
            "last_updated": "2022-10-31T11:42:01.295863-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Pittsburgh Steelers",
            "reward": "4.98000",
            "odds": "5.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5b0c9b99-a76b-4690-9ab8-950f34256e32/?format=api"
        }
    ]
}