GET /api/bet_types/e45aaa14-dac1-4bc4-9cd8-8f79f08a79d8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e45aaa14-dac1-4bc4-9cd8-8f79f08a79d8",
    "match": "https://api-prod.gambitprofit.com/api/matches/6d06ed1f-54ea-49ea-b3cb-916076f8aa4f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-02T08:23:15.822977-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": "DET (Ed Rodriguez)",
                "amount": 5312.0
            },
            {
                "team": "PIT (O Bido)",
                "amount": 4688.0
            }
        ],
        "expected_reward_tokens": 9561.6,
        "profit_sb": 61.6,
        "profit_sb_percentage": 0.65,
        "recommended": true
    },
    "lines": [
        {
            "id": "93fc577f-a750-4f62-9185-bdd19dd57f14",
            "gambit_id": "49cb31c9-2785-46cd-b2d7-ab29df5888d3",
            "last_updated": "2023-08-04T09:48:11.330057-04:00",
            "created_at": "2023-08-02T08:23:15.831843-04:00",
            "name": "DET (Ed Rodriguez)",
            "reward": "1.80000",
            "odds": "1.84030",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e45aaa14-dac1-4bc4-9cd8-8f79f08a79d8/?format=api"
        },
        {
            "id": "c83036d7-0949-4b23-9f37-ac3ce3d70e93",
            "gambit_id": "4675206b-d44d-40ff-9dbd-cc342c61d03f",
            "last_updated": "2023-08-04T09:48:11.333720-04:00",
            "created_at": "2023-08-02T08:23:15.837945-04:00",
            "name": "PIT (O Bido)",
            "reward": "2.04000",
            "odds": "2.09000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e45aaa14-dac1-4bc4-9cd8-8f79f08a79d8/?format=api"
        }
    ]
}