GET /api/bet_types/633713ea-2c2e-43e1-ae29-8e722e3247d1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "633713ea-2c2e-43e1-ae29-8e722e3247d1",
    "match": "https://api-prod.gambitprofit.com/api/matches/e26c6b66-5d4a-48dc-a8f6-6636c8061016/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-18T08:52:00.113066-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": "Marvin Vettori",
                "amount": 6807.0
            },
            {
                "team": "Roman Dolidze",
                "amount": 3193.0
            }
        ],
        "expected_reward_tokens": 9323.56,
        "profit_sb": -176.44,
        "profit_sb_percentage": -1.86,
        "recommended": false
    },
    "lines": [
        {
            "id": "6e93e0e4-5284-49d9-bcc2-d448e7e6ae4e",
            "gambit_id": "03c0ea28-3fd5-48e4-bff7-ca379eb94217",
            "last_updated": "2023-03-20T09:56:56.746032-04:00",
            "created_at": "2023-03-18T08:52:00.115362-04:00",
            "name": "Marvin Vettori",
            "reward": "1.37000",
            "odds": "1.38460",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/633713ea-2c2e-43e1-ae29-8e722e3247d1/?format=api"
        },
        {
            "id": "e560dd6e-9e62-4191-8087-443b257d71a0",
            "gambit_id": "9052a8e8-897d-4c65-b461-a7e9521eab85",
            "last_updated": "2023-03-20T09:56:56.748630-04:00",
            "created_at": "2023-03-18T08:52:00.117911-04:00",
            "name": "Roman Dolidze",
            "reward": "2.92000",
            "odds": "3.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/633713ea-2c2e-43e1-ae29-8e722e3247d1/?format=api"
        }
    ]
}