GET /api/bet_types/5a430909-c849-43da-9e75-427530d9771f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5a430909-c849-43da-9e75-427530d9771f",
    "match": "https://api-prod.gambitprofit.com/api/matches/142fa588-db2a-4be6-a799-178804408c0d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-10T09:02:08.573903-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": "Detroit Pistons",
                "amount": 6667.0
            },
            {
                "team": "San Antonio Spurs",
                "amount": 3333.0
            }
        ],
        "expected_reward_tokens": 9465.72,
        "profit_sb": -34.28,
        "profit_sb_percentage": -0.36,
        "recommended": false
    },
    "lines": [
        {
            "id": "718f820f-5e9c-4266-bd93-3baa296ef50f",
            "gambit_id": "865d0789-75cd-4a60-b28c-595a43aa33f9",
            "last_updated": "2023-02-11T13:07:04.992107-05:00",
            "created_at": "2023-02-10T09:02:08.575173-05:00",
            "name": "Detroit Pistons",
            "reward": "1.42000",
            "odds": "1.43480",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5a430909-c849-43da-9e75-427530d9771f/?format=api"
        },
        {
            "id": "dd9ea9ec-1cff-4b87-aceb-d20911abf4c4",
            "gambit_id": "23c9a4c1-0e04-4765-88ad-3ff925b9bb4a",
            "last_updated": "2023-02-11T13:07:04.993593-05:00",
            "created_at": "2023-02-10T09:02:08.576513-05:00",
            "name": "San Antonio Spurs",
            "reward": "2.84000",
            "odds": "2.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5a430909-c849-43da-9e75-427530d9771f/?format=api"
        }
    ]
}