GET /api/bet_types/b1b2a17d-687d-432a-ac72-f526af6cc055/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b1b2a17d-687d-432a-ac72-f526af6cc055",
    "match": "https://api-prod.gambitprofit.com/api/matches/adbbb97d-dd52-467c-b0f4-bc6499254646/?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": 5829.0
            },
            {
                "team": "PIT",
                "amount": 4171.0
            }
        ],
        "expected_reward_tokens": 9092.78,
        "profit_sb": 92.78,
        "profit_sb_percentage": 1.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "45ced9a9-81e5-413e-8410-38f08f7256ca",
            "gambit_id": "c3e614a1-e89a-4c9a-822f-adad5826a656",
            "last_updated": "2022-09-27T09:32:25.018085-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CIN",
            "reward": "1.56000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b1b2a17d-687d-432a-ac72-f526af6cc055/?format=api"
        },
        {
            "id": "2cfb62a5-9243-47c9-b17e-721e3adfa2da",
            "gambit_id": "b616c6fb-da75-4721-ace1-8871849b278b",
            "last_updated": "2022-09-27T09:32:25.017062-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PIT",
            "reward": "2.18000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b1b2a17d-687d-432a-ac72-f526af6cc055/?format=api"
        }
    ]
}