GET /api/bet_types/3ce6f289-5ad8-4f0e-bd9b-d04e8925e0a7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3ce6f289-5ad8-4f0e-bd9b-d04e8925e0a7",
    "match": "https://api-prod.gambitprofit.com/api/matches/48ef989a-0a52-4c06-8f43-db2e7e828f75/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-31T11:02:23.185346-04:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Bournemouth",
                "amount": 5230.0
            },
            {
                "team": "Fulham",
                "amount": 4770.0
            }
        ],
        "expected_reward_tokens": 13022.1,
        "profit_sb": 3522.1,
        "profit_sb_percentage": 37.07,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Bournemouth",
                "amount": 3721.0
            },
            {
                "team": "Fulham",
                "amount": 3393.0
            },
            {
                "team": "Draw",
                "amount": 2886.0
            }
        ],
        "expected_reward_tokens": 9262.89,
        "profit_sb": -237.11,
        "profit_sb_percentage": -2.5,
        "recommended": false
    },
    "lines": [
        {
            "id": "3b8dbec8-6cf2-4e29-b0bd-75ab06fb069c",
            "gambit_id": "56853991-fefd-4396-8852-663c5be2d3fb",
            "last_updated": "2023-04-03T10:27:12.733839-04:00",
            "created_at": "2023-03-31T11:02:23.188302-04:00",
            "name": "Bournemouth",
            "reward": "2.49000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3ce6f289-5ad8-4f0e-bd9b-d04e8925e0a7/?format=api"
        },
        {
            "id": "199d8310-2bba-4531-bb1b-7f41f9efae50",
            "gambit_id": "e13c46ee-9260-45c8-8e56-398bc4a45261",
            "last_updated": "2023-04-03T10:27:12.732373-04:00",
            "created_at": "2023-03-31T11:02:23.186823-04:00",
            "name": "Fulham",
            "reward": "2.73000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3ce6f289-5ad8-4f0e-bd9b-d04e8925e0a7/?format=api"
        },
        {
            "id": "0dc31aab-3f2b-4fe3-afae-0dc33412ed96",
            "gambit_id": "0213bf60-8785-4402-8b69-40f5b963ed22",
            "last_updated": "2023-04-03T10:27:12.735600-04:00",
            "created_at": "2023-03-31T11:02:23.189694-04:00",
            "name": "Draw",
            "reward": "3.21000",
            "odds": "3.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3ce6f289-5ad8-4f0e-bd9b-d04e8925e0a7/?format=api"
        }
    ]
}