GET /api/bet_types/640ce15d-e22c-48b9-8989-e7d5b8d1b0b7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "640ce15d-e22c-48b9-8989-e7d5b8d1b0b7",
    "match": "https://api-prod.gambitprofit.com/api/matches/18a23dd6-a829-42ab-a34d-f4777b83abb2/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-24T09:07:59.210426-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": "Toronto Maple Leafs",
                "amount": 5000.0
            },
            {
                "team": "Chicago Blackhawks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "b858c114-916c-4137-9884-5fbdf4dadc05",
            "gambit_id": "d5a87cd2-991c-41eb-a125-2c3b889cf165",
            "last_updated": "2023-11-27T09:58:23.734856-05:00",
            "created_at": "2023-11-24T09:07:59.214499-05:00",
            "name": "Toronto Maple Leafs",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/640ce15d-e22c-48b9-8989-e7d5b8d1b0b7/?format=api"
        },
        {
            "id": "4ad2828f-49c1-4107-945c-40eaf246c3b2",
            "gambit_id": "0988cd53-195e-4a7c-8362-3617a7654562",
            "last_updated": "2023-11-27T09:58:23.738247-05:00",
            "created_at": "2023-11-24T09:07:59.219393-05:00",
            "name": "Chicago Blackhawks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/640ce15d-e22c-48b9-8989-e7d5b8d1b0b7/?format=api"
        }
    ]
}