GET /api/bet_types/bc23b7be-f224-46bf-a370-1f9bd4dd386b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bc23b7be-f224-46bf-a370-1f9bd4dd386b",
    "match": "https://api-prod.gambitprofit.com/api/matches/4fc23410-7a09-4c63-b4ca-f54251e5c4a6/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-10T11:18:00.580449-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": "Baltimore Ravens",
                "amount": 5000.0
            },
            {
                "team": "Cleveland Browns",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "0c6ce86f-f923-467d-b19b-e054aa688efb",
            "gambit_id": "e0fddaae-fef2-4e01-8a6e-cc1acb2c79eb",
            "last_updated": "2023-11-13T15:48:05.152019-05:00",
            "created_at": "2023-11-10T11:18:00.594902-05:00",
            "name": "Baltimore Ravens",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bc23b7be-f224-46bf-a370-1f9bd4dd386b/?format=api"
        },
        {
            "id": "09a0362f-b1f9-43f5-b961-4a21075b8ef6",
            "gambit_id": "4b78253e-3ce3-47af-84df-880f9e0a76da",
            "last_updated": "2023-11-13T15:48:05.146961-05:00",
            "created_at": "2023-11-10T11:18:00.589140-05:00",
            "name": "Cleveland Browns",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bc23b7be-f224-46bf-a370-1f9bd4dd386b/?format=api"
        }
    ]
}