GET /api/bet_types/3a981e32-ae61-4a43-a52d-f9d71075acf1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3a981e32-ae61-4a43-a52d-f9d71075acf1",
    "match": "https://api-prod.gambitprofit.com/api/matches/de8e2bb5-73e9-4dbf-b23c-44e7ecd1d587/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Anaheim Ducks",
                "amount": 6104.0
            },
            {
                "team": "New York Islanders",
                "amount": 3896.0
            }
        ],
        "expected_reward_tokens": 9583.28,
        "profit_sb": 83.28,
        "profit_sb_percentage": 0.88,
        "recommended": true
    },
    "lines": [
        {
            "id": "919d51e4-ef0c-47f6-b95b-de850fa7d78f",
            "gambit_id": "e6f297e5-504e-468e-8ffe-7c4a1b39600c",
            "last_updated": "2022-10-17T14:12:41.114553-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Anaheim Ducks",
            "reward": "1.57000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a981e32-ae61-4a43-a52d-f9d71075acf1/?format=api"
        },
        {
            "id": "810a2fc4-c778-4039-bb48-f8d2226310a4",
            "gambit_id": "167371de-b558-4b25-9280-1198226bd896",
            "last_updated": "2022-10-17T14:12:41.113388-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Islanders",
            "reward": "2.46000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a981e32-ae61-4a43-a52d-f9d71075acf1/?format=api"
        }
    ]
}