GET /api/bet_types/b41475a1-6aac-4041-9a4c-ee7e7686fcfa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b41475a1-6aac-4041-9a4c-ee7e7686fcfa",
    "match": "https://api-prod.gambitprofit.com/api/matches/de2a0d48-6b06-45a9-a641-2c996dc2fc41/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-31T09:56:48.961618-04:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "COL",
                "amount": 5317.0
            },
            {
                "team": "SDG",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "9a813366-fb7e-4add-9a22-a233f33de0d0",
            "gambit_id": "047c6d4a-2436-4cbc-b2bd-5ac0f415ca8f",
            "last_updated": "2023-04-01T10:32:15.827529-04:00",
            "created_at": "2023-03-31T09:56:48.967722-04:00",
            "name": "COL",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b41475a1-6aac-4041-9a4c-ee7e7686fcfa/?format=api"
        },
        {
            "id": "c307c75b-c1c1-4649-bece-bcf6b7d67649",
            "gambit_id": "e5e43eeb-2eaa-4ab9-877f-b07416954220",
            "last_updated": "2023-04-01T10:32:15.824799-04:00",
            "created_at": "2023-03-31T09:56:48.964967-04:00",
            "name": "SDG",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b41475a1-6aac-4041-9a4c-ee7e7686fcfa/?format=api"
        }
    ]
}