GET /api/bet_types/7e2c8c9f-97cf-4016-bb83-6f059e8e592e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7e2c8c9f-97cf-4016-bb83-6f059e8e592e",
    "match": "https://api-prod.gambitprofit.com/api/matches/1f0c0f7e-79eb-47d9-aa00-19429ab6b9b9/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-14T10:57:08.571276-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": "Vegas Golden Knights",
                "amount": 5602.0
            },
            {
                "team": "Edmonton Oilers",
                "amount": 4398.0
            }
        ],
        "expected_reward_tokens": 9411.36,
        "profit_sb": -88.64,
        "profit_sb_percentage": -0.93,
        "recommended": false
    },
    "lines": [
        {
            "id": "542cb6ac-8fd4-4a61-bf70-8424d322e87f",
            "gambit_id": "8379a67f-afab-4695-b764-e97f9c0fc070",
            "last_updated": "2023-05-15T11:37:01.643506-04:00",
            "created_at": "2023-05-14T10:57:08.575397-04:00",
            "name": "Vegas Golden Knights",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e2c8c9f-97cf-4016-bb83-6f059e8e592e/?format=api"
        },
        {
            "id": "56094d51-7135-4366-9969-ea7fff9de611",
            "gambit_id": "1aebb323-1f98-4a21-b499-98b6f4975d29",
            "last_updated": "2023-05-15T11:37:01.641979-04:00",
            "created_at": "2023-05-14T10:57:08.573165-04:00",
            "name": "Edmonton Oilers",
            "reward": "2.14000",
            "odds": "2.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e2c8c9f-97cf-4016-bb83-6f059e8e592e/?format=api"
        }
    ]
}