GET /api/bet_types/37f9b55f-b661-4e5f-ae9a-5a98dac66535/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "37f9b55f-b661-4e5f-ae9a-5a98dac66535",
    "match": "https://api-prod.gambitprofit.com/api/matches/6466d509-3a82-411c-bcf3-b9343e7b37b6/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Victory Five",
                "amount": 6092.0
            },
            {
                "team": "LNG Esports",
                "amount": 3908.0
            }
        ],
        "expected_reward_tokens": 8832.08,
        "profit_sb": -167.92,
        "profit_sb_percentage": -1.87,
        "recommended": false
    },
    "lines": [
        {
            "id": "9f181986-897f-48cf-b08e-93410b0b6670",
            "gambit_id": "2e8e2cb8-047f-4672-b589-e1800ce3aa78",
            "last_updated": "2022-09-05T11:02:26.214306-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Victory Five",
            "reward": "1.45000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/37f9b55f-b661-4e5f-ae9a-5a98dac66535/?format=api"
        },
        {
            "id": "37e90645-97aa-468b-b661-de3a890b6f5b",
            "gambit_id": "0a195cf9-8ffe-4e6d-af20-5d835c6c38e9",
            "last_updated": "2022-09-05T11:02:26.213205-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LNG Esports",
            "reward": "2.26000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/37f9b55f-b661-4e5f-ae9a-5a98dac66535/?format=api"
        }
    ]
}