GET /api/bet_types/11ffca35-c05f-420a-84c8-2ccee5a9d339/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "11ffca35-c05f-420a-84c8-2ccee5a9d339",
    "match": "https://api-prod.gambitprofit.com/api/matches/4639c603-5255-47bb-bb58-7a79595124b3/?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": "New England Revolution",
                "amount": 5996.0
            },
            {
                "team": "Los Angeles Galaxy",
                "amount": 4004.0
            }
        ],
        "expected_reward_tokens": 11931.92,
        "profit_sb": 2931.92,
        "profit_sb_percentage": 32.58,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "New England Revolution",
                "amount": 4494.0
            },
            {
                "team": "Los Angeles Galaxy",
                "amount": 3001.0
            },
            {
                "team": "Draw",
                "amount": 2505.0
            }
        ],
        "expected_reward_tokens": 8942.85,
        "profit_sb": -57.15,
        "profit_sb_percentage": -0.64,
        "recommended": false
    },
    "lines": [
        {
            "id": "7b0f686d-d315-4c70-aaa0-6616a806ab1d",
            "gambit_id": "baf68863-9135-4991-8dfc-6662193b6505",
            "last_updated": "2022-08-29T14:32:22.820326-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New England Revolution",
            "reward": "1.99000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/11ffca35-c05f-420a-84c8-2ccee5a9d339/?format=api"
        },
        {
            "id": "992543c7-8b67-45a8-8c9f-3dc4ffaf1fd4",
            "gambit_id": "1453b801-7dbd-41d4-9c36-2e096509ee27",
            "last_updated": "2022-08-29T14:32:22.819875-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Galaxy",
            "reward": "2.98000",
            "odds": "3.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/11ffca35-c05f-420a-84c8-2ccee5a9d339/?format=api"
        },
        {
            "id": "74ea6a99-ad61-4dfd-baf2-a27805479537",
            "gambit_id": "18480138-9c60-4d1f-a361-099e619c528e",
            "last_updated": "2022-08-29T14:32:22.820774-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.57000",
            "odds": "3.85000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/11ffca35-c05f-420a-84c8-2ccee5a9d339/?format=api"
        }
    ]
}