GET /api/bet_types/d0c96150-aee0-4e74-87f2-afb1ca886885/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d0c96150-aee0-4e74-87f2-afb1ca886885",
    "match": "https://api-prod.gambitprofit.com/api/matches/7d0aafe8-7e9b-4e86-a88d-adea9b18e0c8/?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": "Portugal",
                "amount": 6614.0
            },
            {
                "team": "Draw",
                "amount": 3386.0
            }
        ],
        "expected_reward_tokens": 11241.52,
        "profit_sb": 2241.52,
        "profit_sb_percentage": 24.91,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Portugal",
                "amount": 5104.0
            },
            {
                "team": "Draw",
                "amount": 2613.0
            },
            {
                "team": "South Korea",
                "amount": 2283.0
            }
        ],
        "expected_reward_tokens": 8675.16,
        "profit_sb": -324.84,
        "profit_sb_percentage": -3.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "92bfe353-f52f-4f6c-89b9-3640bfe68ca5",
            "gambit_id": "aa7d8645-cb4f-47d8-b127-5f60cc99e22c",
            "last_updated": "2022-12-03T10:07:31.826255-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Portugal",
            "reward": "1.70000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d0c96150-aee0-4e74-87f2-afb1ca886885/?format=api"
        },
        {
            "id": "fef08e76-e206-406e-a841-27c0da6b39ee",
            "gambit_id": "4e6c9b61-5652-49d9-9c94-6adf485581bb",
            "last_updated": "2022-12-03T10:07:31.828245-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.32000",
            "odds": "3.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d0c96150-aee0-4e74-87f2-afb1ca886885/?format=api"
        },
        {
            "id": "b777508a-bcce-4d68-93e5-de6be4ab8b4e",
            "gambit_id": "d772679a-9dae-405d-8a4a-762f7b6df7b2",
            "last_updated": "2022-12-03T10:07:31.827244-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "South Korea",
            "reward": "3.80000",
            "odds": "4.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d0c96150-aee0-4e74-87f2-afb1ca886885/?format=api"
        }
    ]
}