GET /api/bet_types/277c44a2-0bf8-497a-a2f4-9cf427dd7398/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "277c44a2-0bf8-497a-a2f4-9cf427dd7398",
    "match": "https://api-prod.gambitprofit.com/api/matches/3085bbcd-e7be-4492-9e10-3846a056ea55/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-10T11:22:01.498418-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": "Chicago Blackhawks",
                "amount": 5317.0
            },
            {
                "team": "Minnesota Wild",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "6daeae24-2bc7-4457-92d9-a6688335c0ba",
            "gambit_id": "3a560aa4-502b-4657-b501-7821a9c8e604",
            "last_updated": "2023-04-11T13:47:19.313460-04:00",
            "created_at": "2023-04-10T11:22:01.500185-04:00",
            "name": "Chicago Blackhawks",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/277c44a2-0bf8-497a-a2f4-9cf427dd7398/?format=api"
        },
        {
            "id": "a33ebab8-50fe-4161-b596-87bf53fa437c",
            "gambit_id": "b15db987-a8bc-416b-96af-d39de7c460af",
            "last_updated": "2023-04-11T13:47:19.315257-04:00",
            "created_at": "2023-04-10T11:22:01.501964-04:00",
            "name": "Minnesota Wild",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/277c44a2-0bf8-497a-a2f4-9cf427dd7398/?format=api"
        }
    ]
}