GET /api/bet_types/985e0e29-249a-4a49-b6ab-8958bc9ec7ee/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "985e0e29-249a-4a49-b6ab-8958bc9ec7ee",
    "match": "https://api-prod.gambitprofit.com/api/matches/c48865f9-d746-4cf0-a26f-07c998a1358b/?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": "Austin FC",
                "amount": 6571.0
            },
            {
                "team": "Draw",
                "amount": 3429.0
            }
        ],
        "expected_reward_tokens": 11827.8,
        "profit_sb": 2827.8,
        "profit_sb_percentage": 31.42,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Austin FC",
                "amount": 4926.0
            },
            {
                "team": "Draw",
                "amount": 2570.0
            },
            {
                "team": "Real Salt Lake",
                "amount": 2505.0
            }
        ],
        "expected_reward_tokens": 8866.5,
        "profit_sb": -133.5,
        "profit_sb_percentage": -1.48,
        "recommended": false
    },
    "lines": [
        {
            "id": "b160695f-fbb7-4181-8c7a-75daef636c8b",
            "gambit_id": "b93e2569-f4e6-4f7b-b4e8-a238e097220d",
            "last_updated": "2022-09-16T11:47:00.481664-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Austin FC",
            "reward": "1.80000",
            "odds": "1.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/985e0e29-249a-4a49-b6ab-8958bc9ec7ee/?format=api"
        },
        {
            "id": "69a8104c-7bb0-4d7c-a6fa-84ec0c1c54b2",
            "gambit_id": "6b32b179-b5f2-40e1-853c-6eda296719b9",
            "last_updated": "2022-09-16T11:47:00.482623-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.45000",
            "odds": "3.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/985e0e29-249a-4a49-b6ab-8958bc9ec7ee/?format=api"
        },
        {
            "id": "342719a0-c3f0-499d-9d95-94dbf3ee2114",
            "gambit_id": "8816894f-2342-4b41-b443-5f1d55b6c86c",
            "last_updated": "2022-09-16T11:47:00.480692-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Real Salt Lake",
            "reward": "3.54000",
            "odds": "3.85000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/985e0e29-249a-4a49-b6ab-8958bc9ec7ee/?format=api"
        }
    ]
}