GET /api/bet_types/c33d21e8-f7fa-464a-b96b-ba8f66d5affc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c33d21e8-f7fa-464a-b96b-ba8f66d5affc",
    "match": "https://api-prod.gambitprofit.com/api/matches/e4a1bf83-571d-4daa-a5b9-f56f4cf0b8de/?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": "Houston Dynamo",
                "amount": 5290.0
            },
            {
                "team": "CF Montréal",
                "amount": 4710.0
            }
        ],
        "expected_reward_tokens": 12008.3,
        "profit_sb": 3008.3,
        "profit_sb_percentage": 33.43,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Houston Dynamo",
                "amount": 3857.0
            },
            {
                "team": "CF Montréal",
                "amount": 3433.0
            },
            {
                "team": "Draw",
                "amount": 2710.0
            }
        ],
        "expected_reward_tokens": 8753.3,
        "profit_sb": -246.7,
        "profit_sb_percentage": -2.74,
        "recommended": false
    },
    "lines": [
        {
            "id": "faddd788-8c3d-41d9-abce-06b65fa6bd0b",
            "gambit_id": "813f1a78-276c-451d-aedd-71b34fc000ab",
            "last_updated": "2022-08-15T12:11:56.587867-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Houston Dynamo",
            "reward": "2.27000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c33d21e8-f7fa-464a-b96b-ba8f66d5affc/?format=api"
        },
        {
            "id": "f819bf32-9e98-45cf-af73-0ed188007679",
            "gambit_id": "cd48a4e8-3b93-43e8-9fdf-86196beb7e5c",
            "last_updated": "2022-08-15T12:11:56.587406-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CF Montréal",
            "reward": "2.55000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c33d21e8-f7fa-464a-b96b-ba8f66d5affc/?format=api"
        },
        {
            "id": "80eec430-1376-4b1b-8d4c-2099f01a0264",
            "gambit_id": "dccc17c9-f96c-4298-b0a1-4104a50989e3",
            "last_updated": "2022-08-15T12:11:56.588325-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.23000",
            "odds": "3.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c33d21e8-f7fa-464a-b96b-ba8f66d5affc/?format=api"
        }
    ]
}