GET /api/bet_types/d5080e6e-72e0-4ffb-acae-e42979d230af/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d5080e6e-72e0-4ffb-acae-e42979d230af",
    "match": "https://api-prod.gambitprofit.com/api/matches/8bedd123-9ea9-40ff-85c4-ddb6c69212c2/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-29T09:38:11.854337-04:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Newcastle United",
                "amount": 7825.0
            },
            {
                "team": "Draw",
                "amount": 2175.0
            }
        ],
        "expected_reward_tokens": 10483.5,
        "profit_sb": 983.5,
        "profit_sb_percentage": 10.35,
        "recommended": true
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Newcastle United",
                "amount": 6886.0
            },
            {
                "team": "Draw",
                "amount": 1914.0
            },
            {
                "team": "Burnley",
                "amount": 1200.0
            }
        ],
        "expected_reward_tokens": 9225.48,
        "profit_sb": -274.52,
        "profit_sb_percentage": -2.89,
        "recommended": false
    },
    "lines": [
        {
            "id": "c96e2071-69dd-4054-847b-082f902afb25",
            "gambit_id": "90460354-aed8-45fc-844b-8ebeb2e31bbf",
            "last_updated": "2023-10-02T10:53:21.339273-04:00",
            "created_at": "2023-09-29T09:38:11.869094-04:00",
            "name": "Newcastle United",
            "reward": "1.34000",
            "odds": "1.36000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d5080e6e-72e0-4ffb-acae-e42979d230af/?format=api"
        },
        {
            "id": "2435f264-2631-4a30-984b-30f18907eb03",
            "gambit_id": "bd3f5d16-b5c7-4b06-9f39-8294587e4155",
            "last_updated": "2023-10-02T10:53:21.331215-04:00",
            "created_at": "2023-09-29T09:38:11.863594-04:00",
            "name": "Draw",
            "reward": "4.82000",
            "odds": "5.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d5080e6e-72e0-4ffb-acae-e42979d230af/?format=api"
        },
        {
            "id": "0521bedc-9dd9-49ef-8d78-b134812a78bc",
            "gambit_id": "ab91cbb8-3037-44c9-9188-c14cdfa381dd",
            "last_updated": "2023-10-02T10:53:21.342303-04:00",
            "created_at": "2023-09-29T09:38:11.874683-04:00",
            "name": "Burnley",
            "reward": "7.69000",
            "odds": "8.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d5080e6e-72e0-4ffb-acae-e42979d230af/?format=api"
        }
    ]
}