GET /api/bet_types/c92a5a49-9691-4705-b93f-be8d2480559e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c92a5a49-9691-4705-b93f-be8d2480559e",
    "match": "https://api-prod.gambitprofit.com/api/matches/71229af3-e4e3-4f1b-8204-a9f13b25ea2b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-11T12:21:52.425548-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Manchester City",
                "amount": 6660.0
            },
            {
                "team": "Manchester United",
                "amount": 3340.0
            }
        ],
        "expected_reward_tokens": 11521.8,
        "profit_sb": 2521.8,
        "profit_sb_percentage": 28.02,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Manchester City",
                "amount": 5007.0
            },
            {
                "team": "Manchester United",
                "amount": 2511.0
            },
            {
                "team": "Draw",
                "amount": 2482.0
            }
        ],
        "expected_reward_tokens": 8662.11,
        "profit_sb": -337.89,
        "profit_sb_percentage": -3.75,
        "recommended": false
    },
    "lines": [
        {
            "id": "d5f680a4-10e7-4f0e-bc07-adbb75f8589d",
            "gambit_id": "87a1d46e-60a6-4482-b39d-52071b8a4775",
            "last_updated": "2023-01-16T11:12:14.735852-05:00",
            "created_at": "2023-01-11T12:21:52.426696-05:00",
            "name": "Manchester City",
            "reward": "1.73000",
            "odds": "1.85000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c92a5a49-9691-4705-b93f-be8d2480559e/?format=api"
        },
        {
            "id": "574c30de-630d-4ccd-97fd-b0d528e1fd4f",
            "gambit_id": "16e374a5-43fa-4833-8d06-493013c02c9b",
            "last_updated": "2023-01-16T11:12:14.738946-05:00",
            "created_at": "2023-01-11T12:21:52.427891-05:00",
            "name": "Manchester United",
            "reward": "3.45000",
            "odds": "3.85000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c92a5a49-9691-4705-b93f-be8d2480559e/?format=api"
        },
        {
            "id": "43a092db-2f79-4211-8a5f-54de2f6ed9f1",
            "gambit_id": "b9c02780-1320-4a6c-ad2b-6dbb49871293",
            "last_updated": "2023-01-16T11:12:14.741986-05:00",
            "created_at": "2023-01-11T12:21:52.429068-05:00",
            "name": "Draw",
            "reward": "3.49000",
            "odds": "3.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c92a5a49-9691-4705-b93f-be8d2480559e/?format=api"
        }
    ]
}