GET /api/bet_types/4af32bd9-f265-45be-96be-9c93e8f1e0df/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4af32bd9-f265-45be-96be-9c93e8f1e0df",
    "match": "https://api-prod.gambitprofit.com/api/matches/d6ca17e4-ad6e-4591-a1df-bb1c30581f65/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-01T09:22:01.814863-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": "Detroit Lions",
                "amount": 6848.0
            },
            {
                "team": "Chicago Bears",
                "amount": 3152.0
            }
        ],
        "expected_reward_tokens": 9107.84,
        "profit_sb": 107.84,
        "profit_sb_percentage": 1.2,
        "recommended": true
    },
    "lines": [
        {
            "id": "bd28d4df-a950-4017-b87c-dda88acd1d6e",
            "gambit_id": "34f3f895-af36-4e40-90ac-f2a8fac6c49e",
            "last_updated": "2023-01-02T12:47:01.185654-05:00",
            "created_at": "2023-01-01T09:22:01.816030-05:00",
            "name": "Detroit Lions",
            "reward": "1.33000",
            "odds": "1.38460",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4af32bd9-f265-45be-96be-9c93e8f1e0df/?format=api"
        },
        {
            "id": "83f86769-e673-457a-8fe4-ce357fe5e70b",
            "gambit_id": "a6f01679-468c-409e-9904-bda4408c08c9",
            "last_updated": "2023-01-02T12:47:01.186775-05:00",
            "created_at": "2023-01-01T09:22:01.817286-05:00",
            "name": "Chicago Bears",
            "reward": "2.89000",
            "odds": "3.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4af32bd9-f265-45be-96be-9c93e8f1e0df/?format=api"
        }
    ]
}