GET /api/bet_types/bfb1a8e7-60c1-4475-a793-eb00f00c1743/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bfb1a8e7-60c1-4475-a793-eb00f00c1743",
    "match": "https://api-prod.gambitprofit.com/api/matches/c076295c-7bfd-420c-bd54-d6fb57edd7eb/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-12T10:57:57.021472-04: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": "San Francisco 49ers",
                "amount": 7930.0
            },
            {
                "team": "Cleveland Browns",
                "amount": 2070.0
            }
        ],
        "expected_reward_tokens": 9436.7,
        "profit_sb": -63.3,
        "profit_sb_percentage": -0.67,
        "recommended": false
    },
    "lines": [
        {
            "id": "8cff5ef0-fdca-45eb-86ba-3dd98b4ac77e",
            "gambit_id": "d4f71e49-7266-454d-83ec-e360d0376f4b",
            "last_updated": "2023-10-16T18:38:03.348534-04:00",
            "created_at": "2023-10-12T10:57:57.026276-04:00",
            "name": "San Francisco 49ers",
            "reward": "1.19000",
            "odds": "1.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bfb1a8e7-60c1-4475-a793-eb00f00c1743/?format=api"
        },
        {
            "id": "dd8eab86-1608-427d-addf-e937cc327082",
            "gambit_id": "2ce52109-45c1-4837-83de-9aa8a22627ba",
            "last_updated": "2023-10-16T18:38:03.353870-04:00",
            "created_at": "2023-10-12T10:57:57.032180-04:00",
            "name": "Cleveland Browns",
            "reward": "4.56000",
            "odds": "4.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bfb1a8e7-60c1-4475-a793-eb00f00c1743/?format=api"
        }
    ]
}