GET /api/bet_types/7d30467d-b87f-423e-a047-34972e45bd52/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7d30467d-b87f-423e-a047-34972e45bd52",
    "match": "https://api-prod.gambitprofit.com/api/matches/3d86ddd1-f2c1-4565-bd6f-c39b7567f18b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-18T08:46:56.878186-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": "Golden State Warriors",
                "amount": 5213.0
            },
            {
                "team": "Memphis Grizzlies",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "c9a5b877-c090-4dc0-ae26-4b00aaa4e18b",
            "gambit_id": "4a7e1f6d-420b-41bf-9912-409585b014ee",
            "last_updated": "2023-03-19T16:56:52.327273-04:00",
            "created_at": "2023-03-18T08:46:56.881181-04:00",
            "name": "Golden State Warriors",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7d30467d-b87f-423e-a047-34972e45bd52/?format=api"
        },
        {
            "id": "d71eb197-3402-49b2-b1b6-ebf2b8b11417",
            "gambit_id": "fe407c45-2fab-402c-a79a-105b65ca888b",
            "last_updated": "2023-03-19T16:56:52.328722-04:00",
            "created_at": "2023-03-18T08:46:56.884294-04:00",
            "name": "Memphis Grizzlies",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7d30467d-b87f-423e-a047-34972e45bd52/?format=api"
        }
    ]
}