GET /api/bet_types/b144644d-b963-43a2-9316-41bb28f97b36/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b144644d-b963-43a2-9316-41bb28f97b36",
    "match": "https://api-prod.gambitprofit.com/api/matches/30c571a3-e533-489e-aa2e-1087fd84dfcf/?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": "Miami Dolphins",
                "amount": 5000.0
            },
            {
                "team": "Philadelphia Eagles",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9100.0,
        "profit_sb": 100.0,
        "profit_sb_percentage": 1.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "f85b0f14-e9c9-4b45-87e3-942b968cf937",
            "gambit_id": "2eded3a8-3ce4-4b09-af83-99cd9a5fa694",
            "last_updated": "2022-08-29T11:32:14.337021-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Miami Dolphins",
            "reward": "1.82000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b144644d-b963-43a2-9316-41bb28f97b36/?format=api"
        },
        {
            "id": "2d92de82-d46e-41e3-a96c-8ec9360825fe",
            "gambit_id": "adebed7a-9b00-4bca-aa7d-9bb6aad3d62b",
            "last_updated": "2022-08-29T11:32:14.337492-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Philadelphia Eagles",
            "reward": "1.82000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b144644d-b963-43a2-9316-41bb28f97b36/?format=api"
        }
    ]
}