GET /api/bet_types/4692afdd-a9ef-4c1c-a09e-8900f3bb7d08/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4692afdd-a9ef-4c1c-a09e-8900f3bb7d08",
    "match": "https://api-prod.gambitprofit.com/api/matches/a37f8412-a43c-453c-969f-d15899ef1f50/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-19T22:56:58.202480-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": "G2 Esports",
                "amount": 6964.0
            },
            {
                "team": "BIG",
                "amount": 3036.0
            }
        ],
        "expected_reward_tokens": 8774.04,
        "profit_sb": -725.96,
        "profit_sb_percentage": -7.64,
        "recommended": false
    },
    "lines": [
        {
            "id": "bbb7146d-8e9e-42d3-b2ab-96e8e38863a3",
            "gambit_id": "d9370c9a-d4e8-4ef5-8919-bb55c437524c",
            "last_updated": "2023-01-23T12:02:20.281342-05:00",
            "created_at": "2023-01-19T22:56:58.205063-05:00",
            "name": "G2 Esports",
            "reward": "1.26000",
            "odds": "1.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4692afdd-a9ef-4c1c-a09e-8900f3bb7d08/?format=api"
        },
        {
            "id": "68690723-fea8-46e4-bb0b-576153bf455e",
            "gambit_id": "8d704714-8835-4e67-9c37-b5d7b4638203",
            "last_updated": "2023-01-23T12:02:20.280236-05:00",
            "created_at": "2023-01-19T22:56:58.203741-05:00",
            "name": "BIG",
            "reward": "2.89000",
            "odds": "3.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4692afdd-a9ef-4c1c-a09e-8900f3bb7d08/?format=api"
        }
    ]
}