GET /api/bet_types/1301923a-dc47-49ae-ad9b-c7b520567284/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1301923a-dc47-49ae-ad9b-c7b520567284",
    "match": "https://api-prod.gambitprofit.com/api/matches/1fc4f4b8-d7c4-4509-a798-e0a8b0ad244a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-16T09:08:26.189938-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": "TAM",
                "amount": 5614.0
            },
            {
                "team": "KAN",
                "amount": 4386.0
            }
        ],
        "expected_reward_tokens": 9429.9,
        "profit_sb": -70.1,
        "profit_sb_percentage": -0.74,
        "recommended": false
    },
    "lines": [
        {
            "id": "8e61df6d-4a6d-4689-8c27-d36c42842057",
            "gambit_id": "5c32400a-998f-4189-8211-dc5cfa6ca47f",
            "last_updated": "2023-07-18T09:08:28.578913-04:00",
            "created_at": "2023-07-16T09:08:26.191615-04:00",
            "name": "TAM",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1301923a-dc47-49ae-ad9b-c7b520567284/?format=api"
        },
        {
            "id": "1b047ae5-996d-4710-8f33-c8f5f36072c3",
            "gambit_id": "67af2ef4-5fa5-4e17-866b-bf689735b741",
            "last_updated": "2023-07-18T09:08:28.580746-04:00",
            "created_at": "2023-07-16T09:08:26.193317-04:00",
            "name": "KAN",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1301923a-dc47-49ae-ad9b-c7b520567284/?format=api"
        }
    ]
}