GET /api/bet_types/d92c3241-b9c4-4b32-bb50-5805dc51e34b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d92c3241-b9c4-4b32-bb50-5805dc51e34b",
    "match": "https://api-prod.gambitprofit.com/api/matches/10e9650f-d4c9-4db8-8bb5-3a41aa388efa/?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": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "RB Leipzig",
                "amount": 7508.0
            },
            {
                "team": "Draw",
                "amount": 2492.0
            }
        ],
        "expected_reward_tokens": 11186.92,
        "profit_sb": 1686.92,
        "profit_sb_percentage": 17.76,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "RB Leipzig",
                "amount": 6260.0
            },
            {
                "team": "Draw",
                "amount": 2077.0
            },
            {
                "team": "Celtic",
                "amount": 1663.0
            }
        ],
        "expected_reward_tokens": 9325.73,
        "profit_sb": -174.27,
        "profit_sb_percentage": -1.83,
        "recommended": false
    },
    "lines": [
        {
            "id": "115ac8c1-c9fe-4f45-a7cb-925bdd442093",
            "gambit_id": "2d04ee58-92a7-4130-8967-4fc416637003",
            "last_updated": "2022-10-07T09:07:06.350006-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "RB Leipzig",
            "reward": "1.49000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d92c3241-b9c4-4b32-bb50-5805dc51e34b/?format=api"
        },
        {
            "id": "ea73f837-670f-4eed-b7ae-ee8c00bc9090",
            "gambit_id": "40cff122-7b26-4b05-a8e4-ce782be64559",
            "last_updated": "2022-10-07T09:07:06.351109-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "4.49000",
            "odds": "4.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d92c3241-b9c4-4b32-bb50-5805dc51e34b/?format=api"
        },
        {
            "id": "116cf960-d1f7-4d60-888d-0adade468d24",
            "gambit_id": "ee62d8e8-a154-46e2-a577-1d2a573326ce",
            "last_updated": "2022-10-07T09:07:06.348872-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Celtic",
            "reward": "5.61000",
            "odds": "5.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d92c3241-b9c4-4b32-bb50-5805dc51e34b/?format=api"
        }
    ]
}