GET /api/bet_types/7739927e-0e12-4158-91eb-50fb46f27dbd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7739927e-0e12-4158-91eb-50fb46f27dbd",
    "match": "https://api-prod.gambitprofit.com/api/matches/ed8d785b-10de-4868-a1ad-efbefbd714fc/?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": "Northern Illinois",
                "amount": 5208.0
            },
            {
                "team": "Western Michigan",
                "amount": 4792.0
            }
        ],
        "expected_reward_tokens": 9008.96,
        "profit_sb": 8.96,
        "profit_sb_percentage": 0.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "d0a51310-5ec5-43cc-8334-e3f715b76cb7",
            "gambit_id": "1edfc1ce-28ab-4824-893a-21efa0de7a6c",
            "last_updated": "2022-11-10T09:32:36.128369-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Northern Illinois",
            "reward": "1.73000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7739927e-0e12-4158-91eb-50fb46f27dbd/?format=api"
        },
        {
            "id": "e28d2624-7bfd-42e3-b005-fe1c09e90403",
            "gambit_id": "68c8f7eb-a4e9-444e-b805-729ace006713",
            "last_updated": "2022-11-10T09:32:36.127378-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Western Michigan",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7739927e-0e12-4158-91eb-50fb46f27dbd/?format=api"
        }
    ]
}