GET /api/bet_types/4574bcdc-ef36-4e1a-9e32-5febb4cfde52/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4574bcdc-ef36-4e1a-9e32-5febb4cfde52",
    "match": "https://api-prod.gambitprofit.com/api/matches/de896018-82de-4e49-9101-97725b6719ca/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-27T09:22:58.144249-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": "TOR (J Berrios)",
                "amount": 5415.0
            },
            {
                "team": "NYY (G Cole)",
                "amount": 4585.0
            }
        ],
        "expected_reward_tokens": 9582.65,
        "profit_sb": 82.65,
        "profit_sb_percentage": 0.87,
        "recommended": true
    },
    "lines": [
        {
            "id": "ce1e8bd9-b561-4e0f-a4fa-4cd2606a4640",
            "gambit_id": "c9e48acc-6d3e-4913-8c35-d975257ad17a",
            "last_updated": "2023-09-28T18:58:19.954267-04:00",
            "created_at": "2023-09-27T09:22:58.152288-04:00",
            "name": "TOR (J Berrios)",
            "reward": "1.77000",
            "odds": "1.80650",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4574bcdc-ef36-4e1a-9e32-5febb4cfde52/?format=api"
        },
        {
            "id": "bd62ebab-bde8-402c-a9e0-b792dfce2693",
            "gambit_id": "8abe37b9-62a4-4569-87a5-5d4833a05069",
            "last_updated": "2023-09-28T18:58:19.950842-04:00",
            "created_at": "2023-09-27T09:22:58.147829-04:00",
            "name": "NYY (G Cole)",
            "reward": "2.09000",
            "odds": "2.14000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4574bcdc-ef36-4e1a-9e32-5febb4cfde52/?format=api"
        }
    ]
}