GET /api/bet_types/6cc3a4b8-88eb-435e-ac1a-08889aa2bb9d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6cc3a4b8-88eb-435e-ac1a-08889aa2bb9d",
    "match": "https://api-prod.gambitprofit.com/api/matches/970f1865-5ac0-4a08-841a-4f1415ebaa25/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-20T22:57:02.322160-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": 8190.0
            },
            {
                "team": "Draw",
                "amount": 1810.0
            }
        ],
        "expected_reward_tokens": 9991.2,
        "profit_sb": 491.2,
        "profit_sb_percentage": 5.17,
        "recommended": true
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Manchester City",
                "amount": 7418.0
            },
            {
                "team": "Draw",
                "amount": 1639.0
            },
            {
                "team": "Wolverhampton Wanderers",
                "amount": 943.0
            }
        ],
        "expected_reward_tokens": 9047.28,
        "profit_sb": -452.72,
        "profit_sb_percentage": -4.77,
        "recommended": false
    },
    "lines": [
        {
            "id": "e994371d-452f-43bd-9088-54eac82f8d6d",
            "gambit_id": "17e06edf-2b1f-45f3-9110-e3b3b8517fa6",
            "last_updated": "2023-01-23T11:47:13.781185-05:00",
            "created_at": "2023-01-20T22:57:02.324535-05:00",
            "name": "Manchester City",
            "reward": "1.22000",
            "odds": "1.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6cc3a4b8-88eb-435e-ac1a-08889aa2bb9d/?format=api"
        },
        {
            "id": "8d79b873-f880-4bd9-b933-07902f52dbe9",
            "gambit_id": "91cd0694-e7bc-45bb-bd90-5a177ce08d4d",
            "last_updated": "2023-01-23T11:47:13.782174-05:00",
            "created_at": "2023-01-20T22:57:02.325811-05:00",
            "name": "Draw",
            "reward": "5.52000",
            "odds": "6.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6cc3a4b8-88eb-435e-ac1a-08889aa2bb9d/?format=api"
        },
        {
            "id": "ab8227ec-4ddb-4bc6-b32d-64c674270b78",
            "gambit_id": "5a49b7d5-3aad-4260-b120-5e277af277c5",
            "last_updated": "2023-01-23T11:47:13.780166-05:00",
            "created_at": "2023-01-20T22:57:02.323303-05:00",
            "name": "Wolverhampton Wanderers",
            "reward": "9.60000",
            "odds": "11.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6cc3a4b8-88eb-435e-ac1a-08889aa2bb9d/?format=api"
        }
    ]
}