GET /api/bet_types/d3e80172-36f5-4a0a-aa7f-0902c5db4620/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d3e80172-36f5-4a0a-aa7f-0902c5db4620",
    "match": "https://api-prod.gambitprofit.com/api/matches/151bbbeb-ea8c-4cd1-ad17-7d591540d898/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-30T08:23:06.584143-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": "LAA (G Canning)",
                "amount": 5909.0
            },
            {
                "team": "ARI (T Henry)",
                "amount": 4091.0
            }
        ],
        "expected_reward_tokens": 9572.58,
        "profit_sb": 72.58,
        "profit_sb_percentage": 0.76,
        "recommended": true
    },
    "lines": [
        {
            "id": "f3c3748d-60f1-418f-ba17-ce8cae272c7a",
            "gambit_id": "6b4c7144-dffc-40d9-9ed7-66b0ad1abe97",
            "last_updated": "2023-07-02T10:58:17.118781-04:00",
            "created_at": "2023-06-30T08:23:06.587346-04:00",
            "name": "LAA (G Canning)",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d3e80172-36f5-4a0a-aa7f-0902c5db4620/?format=api"
        },
        {
            "id": "b2a0b36f-381a-46ef-a6dc-1245e11a6327",
            "gambit_id": "d8c79752-9883-4789-9f9b-8c4500df900a",
            "last_updated": "2023-07-02T10:58:17.115907-04:00",
            "created_at": "2023-06-30T08:23:06.585742-04:00",
            "name": "ARI (T Henry)",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d3e80172-36f5-4a0a-aa7f-0902c5db4620/?format=api"
        }
    ]
}