GET /api/bet_types/11ba2e6f-a38b-4ab4-8f3c-dfb9c9fff9d1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "11ba2e6f-a38b-4ab4-8f3c-dfb9c9fff9d1",
    "match": "https://api-prod.gambitprofit.com/api/matches/b5af5da7-2da4-4c6f-97ed-89ce969c98b9/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-17T13:03:07.660816-04: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": "Baltimore Ravens",
                "amount": 5000.0
            },
            {
                "team": "Washington Commanders",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "60e6104a-426f-4ec2-a637-60c5e069b660",
            "gambit_id": "70a08124-e971-4bde-9c29-55b119d91473",
            "last_updated": "2023-08-23T09:58:07.578678-04:00",
            "created_at": "2023-08-17T13:03:07.665320-04:00",
            "name": "Baltimore Ravens",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/11ba2e6f-a38b-4ab4-8f3c-dfb9c9fff9d1/?format=api"
        },
        {
            "id": "d0d02be2-6d56-47c2-b128-0f093905ea79",
            "gambit_id": "2750620a-1a06-410e-8ea7-a463dbde1b5b",
            "last_updated": "2023-08-23T09:58:07.583400-04:00",
            "created_at": "2023-08-17T13:03:07.669533-04:00",
            "name": "Washington Commanders",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/11ba2e6f-a38b-4ab4-8f3c-dfb9c9fff9d1/?format=api"
        }
    ]
}