GET /api/bet_types/7463ff2b-53b6-42fb-b990-88ec81bdd926/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7463ff2b-53b6-42fb-b990-88ec81bdd926",
    "match": "https://api-prod.gambitprofit.com/api/matches/36bbd430-7a33-4b2c-be78-2a257fabfe5a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-15T10:23:23.313606-05: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": "Philadelphia 76ers",
                "amount": 7429.0
            },
            {
                "team": "Houston Rockets",
                "amount": 2571.0
            }
        ],
        "expected_reward_tokens": 9434.83,
        "profit_sb": -65.17,
        "profit_sb_percentage": -0.69,
        "recommended": false
    },
    "lines": [
        {
            "id": "9f73cce6-a6c6-4149-992c-ea9d9b54066b",
            "gambit_id": "6e8c0d4f-e33e-4f25-ba09-41dd1740b34f",
            "last_updated": "2024-01-17T22:13:08.435767-05:00",
            "created_at": "2024-01-15T10:23:23.323181-05:00",
            "name": "Philadelphia 76ers",
            "reward": "1.27000",
            "odds": "1.28570",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7463ff2b-53b6-42fb-b990-88ec81bdd926/?format=api"
        },
        {
            "id": "4126eadc-a155-468f-b916-705b6f3faf70",
            "gambit_id": "fd2a233f-5312-4c20-bdff-0412a4ce9024",
            "last_updated": "2024-01-17T22:13:08.432318-05:00",
            "created_at": "2024-01-15T10:23:23.317291-05:00",
            "name": "Houston Rockets",
            "reward": "3.67000",
            "odds": "3.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7463ff2b-53b6-42fb-b990-88ec81bdd926/?format=api"
        }
    ]
}