GET /api/bet_types/01e4bdbd-5ad6-4c9f-9b94-57a38d67e758/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "01e4bdbd-5ad6-4c9f-9b94-57a38d67e758",
    "match": "https://api-prod.gambitprofit.com/api/matches/74a652b1-2ea3-49d7-a849-3e2080c1248d/?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": "Sevilla",
                "amount": 5794.0
            },
            {
                "team": "Draw",
                "amount": 4206.0
            }
        ],
        "expected_reward_tokens": 12281.52,
        "profit_sb": 3281.52,
        "profit_sb_percentage": 36.46,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Sevilla",
                "amount": 4183.0
            },
            {
                "team": "Draw",
                "amount": 3037.0
            },
            {
                "team": "FC Copenhagen",
                "amount": 2780.0
            }
        ],
        "expected_reward_tokens": 8867.96,
        "profit_sb": -132.04,
        "profit_sb_percentage": -1.47,
        "recommended": false
    },
    "lines": [
        {
            "id": "72c6d137-6628-45cc-96c5-f29aebcfedff",
            "gambit_id": "580ad2bb-4ea5-40de-be21-0f4bee5e0508",
            "last_updated": "2022-09-15T11:27:21.063126-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Sevilla",
            "reward": "2.12000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/01e4bdbd-5ad6-4c9f-9b94-57a38d67e758/?format=api"
        },
        {
            "id": "065689b9-3c39-46ae-8e98-8e13788815de",
            "gambit_id": "c8570487-d53a-4572-9f33-67b06859c7e7",
            "last_updated": "2022-09-15T11:27:21.065047-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "2.92000",
            "odds": "3.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/01e4bdbd-5ad6-4c9f-9b94-57a38d67e758/?format=api"
        },
        {
            "id": "b92d88cc-7015-49f3-a753-46cbfb7d6fb8",
            "gambit_id": "804dcdc2-363c-4147-a029-c7d3c479270b",
            "last_updated": "2022-09-15T11:27:21.064089-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "FC Copenhagen",
            "reward": "3.19000",
            "odds": "3.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/01e4bdbd-5ad6-4c9f-9b94-57a38d67e758/?format=api"
        }
    ]
}