GET /api/bet_types/a70e5c52-9987-4da5-a044-b7a11f315de4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a70e5c52-9987-4da5-a044-b7a11f315de4",
    "match": "https://api-prod.gambitprofit.com/api/matches/35aa9423-8d00-4eba-8da2-13658d1f5049/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-18T09:16:51.311300-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": "New York Islanders",
                "amount": 5873.0
            },
            {
                "team": "Boston Bruins",
                "amount": 4127.0
            }
        ],
        "expected_reward_tokens": 9572.99,
        "profit_sb": 72.99,
        "profit_sb_percentage": 0.77,
        "recommended": true
    },
    "lines": [
        {
            "id": "0bf060c6-16dc-4787-b6ef-67f91f723eeb",
            "gambit_id": "4d67cac6-552d-4468-8b6f-abad772909c0",
            "last_updated": "2023-01-19T09:37:17.813972-05:00",
            "created_at": "2023-01-18T09:16:51.312753-05:00",
            "name": "New York Islanders",
            "reward": "1.63000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a70e5c52-9987-4da5-a044-b7a11f315de4/?format=api"
        },
        {
            "id": "571de92d-2692-4a13-bc11-67c818f0e1a1",
            "gambit_id": "d099b47d-5b97-4386-81b3-0b5663935a28",
            "last_updated": "2023-01-19T09:37:17.815054-05:00",
            "created_at": "2023-01-18T09:16:51.314289-05:00",
            "name": "Boston Bruins",
            "reward": "2.32000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a70e5c52-9987-4da5-a044-b7a11f315de4/?format=api"
        }
    ]
}