GET /api/bet_types/e8e2d46e-5a88-43c6-a252-0ec58596a156/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e8e2d46e-5a88-43c6-a252-0ec58596a156",
    "match": "https://api-prod.gambitprofit.com/api/matches/aba33894-9d26-4fcb-8607-f82b37b9fe04/?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": "Orlando City SC",
                "amount": 5961.0
            },
            {
                "team": "Seattle Sounders",
                "amount": 4039.0
            }
        ],
        "expected_reward_tokens": 12398.88,
        "profit_sb": 3398.88,
        "profit_sb_percentage": 37.77,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Orlando City SC",
                "amount": 4281.0
            },
            {
                "team": "Seattle Sounders",
                "amount": 2901.0
            },
            {
                "team": "Draw",
                "amount": 2818.0
            }
        ],
        "expected_reward_tokens": 8904.48,
        "profit_sb": -95.52,
        "profit_sb_percentage": -1.06,
        "recommended": false
    },
    "lines": [
        {
            "id": "2ba8eca9-68d2-47d7-addf-7bb7fdab69bf",
            "gambit_id": "f7b4a537-d2ee-4777-85ca-8ad576118f18",
            "last_updated": "2022-09-01T12:02:09.576031-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Orlando City SC",
            "reward": "2.08000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e8e2d46e-5a88-43c6-a252-0ec58596a156/?format=api"
        },
        {
            "id": "eeb76173-03f8-4b52-b591-2200478da333",
            "gambit_id": "7b0fca9c-0f1b-44e4-b05e-fe4f2b31e6f2",
            "last_updated": "2022-09-01T12:02:09.576921-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Seattle Sounders",
            "reward": "3.07000",
            "odds": "3.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e8e2d46e-5a88-43c6-a252-0ec58596a156/?format=api"
        },
        {
            "id": "c292bd75-c2b4-42f5-942b-5de1127059a3",
            "gambit_id": "ae5bcd3c-44db-42d7-b0d3-6c57430f3822",
            "last_updated": "2022-09-01T12:02:09.576475-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.16000",
            "odds": "3.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e8e2d46e-5a88-43c6-a252-0ec58596a156/?format=api"
        }
    ]
}