GET /api/bet_types/77880573-7fe1-49a2-b3c1-7d85691d067f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "77880573-7fe1-49a2-b3c1-7d85691d067f",
    "match": "https://api-prod.gambitprofit.com/api/matches/bedf15d0-126d-4adc-a98a-8fb8979776fc/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-18T12:11:59.587317-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": "TAM (T Bradley)",
                "amount": 5426.0
            },
            {
                "team": "CIN (N Lodolo)",
                "amount": 4574.0
            }
        ],
        "expected_reward_tokens": 9604.02,
        "profit_sb": 104.02,
        "profit_sb_percentage": 1.09,
        "recommended": true
    },
    "lines": [
        {
            "id": "6f6f82c4-0126-4013-af0b-6fe765c90306",
            "gambit_id": "3da05204-8a83-4c12-8d3b-1cce72ec0740",
            "last_updated": "2023-04-19T17:22:17.850722-04:00",
            "created_at": "2023-04-18T12:11:59.592768-04:00",
            "name": "TAM (T Bradley)",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/77880573-7fe1-49a2-b3c1-7d85691d067f/?format=api"
        },
        {
            "id": "6377cbbc-cf7d-4135-b8af-679965386fe4",
            "gambit_id": "43d21307-8634-4b13-ad7b-149ffc8a20c4",
            "last_updated": "2023-04-19T17:22:17.844781-04:00",
            "created_at": "2023-04-18T12:11:59.590041-04:00",
            "name": "CIN (N Lodolo)",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/77880573-7fe1-49a2-b3c1-7d85691d067f/?format=api"
        }
    ]
}