GET /api/bet_types/57c544a3-9e08-4c58-adb3-8a1a67150948/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "57c544a3-9e08-4c58-adb3-8a1a67150948",
    "match": "https://api-prod.gambitprofit.com/api/matches/c59f6267-e156-44de-89d2-5bd1f5ddfb23/?format=api",
    "name": "Pick the Winner",
    "created_at": "2022-12-29T08:42:09.372882-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": "Texas",
                "amount": 5753.0
            },
            {
                "team": "Washington",
                "amount": 4247.0
            }
        ],
        "expected_reward_tokens": 9088.58,
        "profit_sb": 88.58,
        "profit_sb_percentage": 0.98,
        "recommended": true
    },
    "lines": [
        {
            "id": "953642cd-1c9f-4a95-82eb-463cdcbfcc75",
            "gambit_id": "5ad4f1d6-6a49-4240-9d4c-bce2563a821d",
            "last_updated": "2022-12-31T10:31:57.570755-05:00",
            "created_at": "2022-12-29T08:42:09.374064-05:00",
            "name": "Texas",
            "reward": "1.58000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/57c544a3-9e08-4c58-adb3-8a1a67150948/?format=api"
        },
        {
            "id": "5e06e874-d77e-471d-aba4-d638698156b3",
            "gambit_id": "2929f815-7f1d-4669-9b04-0399dfcf2444",
            "last_updated": "2022-12-31T10:31:57.571976-05:00",
            "created_at": "2022-12-29T08:42:09.375232-05:00",
            "name": "Washington",
            "reward": "2.14000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/57c544a3-9e08-4c58-adb3-8a1a67150948/?format=api"
        }
    ]
}