GET /api/bet_types/7ef8a60c-aea1-49fa-ace4-956b725583ff/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7ef8a60c-aea1-49fa-ace4-956b725583ff",
    "match": "https://api-prod.gambitprofit.com/api/matches/e03e9942-03ac-4639-be92-98bddeb2a17d/?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": "Celtic",
                "amount": 7115.0
            },
            {
                "team": "Draw",
                "amount": 2885.0
            }
        ],
        "expected_reward_tokens": 11597.45,
        "profit_sb": 2097.45,
        "profit_sb_percentage": 22.08,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Celtic",
                "amount": 5753.0
            },
            {
                "team": "Draw",
                "amount": 2333.0
            },
            {
                "team": "FC Shakhtar Donetsk",
                "amount": 1914.0
            }
        ],
        "expected_reward_tokens": 9377.39,
        "profit_sb": -122.61,
        "profit_sb_percentage": -1.29,
        "recommended": false
    },
    "lines": [
        {
            "id": "bb10ba2c-84fc-48f7-a825-7c829b743f61",
            "gambit_id": "4b4a4ad0-4622-4c1f-a64b-a3e80993a896",
            "last_updated": "2022-10-26T10:17:14.769479-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Celtic",
            "reward": "1.63000",
            "odds": "1.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7ef8a60c-aea1-49fa-ace4-956b725583ff/?format=api"
        },
        {
            "id": "455fbbd5-876f-4161-adb0-f259fa813e9b",
            "gambit_id": "3b81b7af-b171-48a1-91b7-db52ec8b95e6",
            "last_updated": "2022-10-26T10:17:14.770475-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "4.02000",
            "odds": "4.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7ef8a60c-aea1-49fa-ace4-956b725583ff/?format=api"
        },
        {
            "id": "18ce6af3-493b-495f-beed-66c3b0cbaedf",
            "gambit_id": "5026859c-e73d-4741-a8af-e4666c72e418",
            "last_updated": "2022-10-26T10:17:14.768479-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "FC Shakhtar Donetsk",
            "reward": "4.90000",
            "odds": "5.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7ef8a60c-aea1-49fa-ace4-956b725583ff/?format=api"
        }
    ]
}