GET /api/bet_types/9e11447e-9e50-422e-95f9-1b84eed9f3b5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9e11447e-9e50-422e-95f9-1b84eed9f3b5",
    "match": "https://api-prod.gambitprofit.com/api/matches/99f62dc1-071c-4b7d-8dd3-9f3c4c3629fd/?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": "CIN",
                "amount": 5824.0
            },
            {
                "team": "BOS",
                "amount": 4176.0
            }
        ],
        "expected_reward_tokens": 9143.68,
        "profit_sb": 143.68,
        "profit_sb_percentage": 1.6,
        "recommended": true
    },
    "lines": [
        {
            "id": "3e21cca6-f5a4-4faf-ac6a-ff7312bcf70c",
            "gambit_id": "ad24e619-db37-4bca-b5f0-8c6bbfea2688",
            "last_updated": "2022-09-21T16:16:57.266580-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CIN",
            "reward": "1.57000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9e11447e-9e50-422e-95f9-1b84eed9f3b5/?format=api"
        },
        {
            "id": "2fac8dd0-f1ce-407f-a755-fd22bbea84e4",
            "gambit_id": "77998204-f940-45b8-845e-6fbfa14fa7d1",
            "last_updated": "2022-09-21T16:16:57.267748-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BOS",
            "reward": "2.19000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9e11447e-9e50-422e-95f9-1b84eed9f3b5/?format=api"
        }
    ]
}