GET /api/bet_types/cb7a82e6-63d3-4189-8fe4-1c385e59d586/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cb7a82e6-63d3-4189-8fe4-1c385e59d586",
    "match": "https://api-prod.gambitprofit.com/api/matches/71634635-b974-487b-920f-957fbad23c27/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-04T09:32:18.338638-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": "LOS",
                "amount": 5213.0
            },
            {
                "team": "COL",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "9ad6089b-21ff-4e7d-b17f-b7c21c040d3e",
            "gambit_id": "1aa027ac-864f-47cb-80c6-fdfa678ebd5b",
            "last_updated": "2023-04-05T10:07:05.038330-04:00",
            "created_at": "2023-04-04T09:32:18.339955-04:00",
            "name": "LOS",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cb7a82e6-63d3-4189-8fe4-1c385e59d586/?format=api"
        },
        {
            "id": "34de7227-e0d5-4191-bf36-bd66517aeef8",
            "gambit_id": "4b5664e8-6445-4ffa-a611-04119a502c39",
            "last_updated": "2023-04-05T10:07:05.040403-04:00",
            "created_at": "2023-04-04T09:32:18.341450-04:00",
            "name": "COL",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cb7a82e6-63d3-4189-8fe4-1c385e59d586/?format=api"
        }
    ]
}