GET /api/bet_types/b0e4ad87-03f9-4663-bd62-1598b64c594e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b0e4ad87-03f9-4663-bd62-1598b64c594e",
    "match": "https://api-prod.gambitprofit.com/api/matches/be6edd4f-e8b7-4289-8073-32d7117c61f8/?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": "OG",
                "amount": 7012.0
            },
            {
                "team": "Complexity Gaming",
                "amount": 2988.0
            }
        ],
        "expected_reward_tokens": 8904.24,
        "profit_sb": -95.76,
        "profit_sb_percentage": -1.06,
        "recommended": false
    },
    "lines": [
        {
            "id": "77498264-a9a3-4fac-bed2-ac42faa7a5ab",
            "gambit_id": "14f03333-e8bc-44ee-a17b-b898562f4df8",
            "last_updated": "2022-12-24T17:12:22.121698-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "OG",
            "reward": "1.27000",
            "odds": "1.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b0e4ad87-03f9-4663-bd62-1598b64c594e/?format=api"
        },
        {
            "id": "17ee37d5-9b80-43c3-a3eb-ce9820822730",
            "gambit_id": "dc30fdcc-3067-4380-920e-18e3dfc30e99",
            "last_updated": "2022-12-24T17:12:22.120278-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Complexity Gaming",
            "reward": "2.98000",
            "odds": "3.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b0e4ad87-03f9-4663-bd62-1598b64c594e/?format=api"
        }
    ]
}