GET /api/bet_types/65fc5fde-5575-45ec-973f-b23ce9b79a3c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "65fc5fde-5575-45ec-973f-b23ce9b79a3c",
    "match": "https://api-prod.gambitprofit.com/api/matches/f4502557-452d-4e78-a573-b49a566b7bb6/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-20T09:21:57.176695-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": "Los Angeles Clippers",
                "amount": 7261.0
            },
            {
                "team": "San Antonio Spurs",
                "amount": 2739.0
            }
        ],
        "expected_reward_tokens": 9584.52,
        "profit_sb": 84.52,
        "profit_sb_percentage": 0.89,
        "recommended": true
    },
    "lines": [
        {
            "id": "4bbe41e7-ab38-4b30-9447-89248c91689b",
            "gambit_id": "265512e1-3a95-4764-a0b1-e9e72831c3bf",
            "last_updated": "2023-01-21T10:27:26.781737-05:00",
            "created_at": "2023-01-20T09:21:57.179487-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.32000",
            "odds": "1.32260",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/65fc5fde-5575-45ec-973f-b23ce9b79a3c/?format=api"
        },
        {
            "id": "a056a2c3-bf2b-46d4-af99-0babf6328604",
            "gambit_id": "5530a461-b6d1-486b-8934-18affed73a55",
            "last_updated": "2023-01-21T10:27:26.780240-05:00",
            "created_at": "2023-01-20T09:21:57.178151-05:00",
            "name": "San Antonio Spurs",
            "reward": "3.50000",
            "odds": "3.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/65fc5fde-5575-45ec-973f-b23ce9b79a3c/?format=api"
        }
    ]
}